diff options
| author | Yong He <yonghe@outlook.com> | 2023-08-08 13:54:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 13:54:05 -0700 |
| commit | ea1f1653896163d0f3aadc35f7fedf3d8102a71b (patch) | |
| tree | 115ba46ed1ecb4804258af176338594f044087c2 /tests/hlsl/byte-buffer-load-std430.slang.expected.txt | |
| parent | 0b2d7533d475a4853a9c8fbc14537a1a8ec2c3f6 (diff) | |
Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store. (#3068)
* Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store.
* Fix.
* Fix.
* Add test for unaligned load.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/hlsl/byte-buffer-load-std430.slang.expected.txt')
| -rw-r--r-- | tests/hlsl/byte-buffer-load-std430.slang.expected.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hlsl/byte-buffer-load-std430.slang.expected.txt b/tests/hlsl/byte-buffer-load-std430.slang.expected.txt new file mode 100644 index 000000000..0c174890f --- /dev/null +++ b/tests/hlsl/byte-buffer-load-std430.slang.expected.txt @@ -0,0 +1,2 @@ +type: float +10.000000 |
