diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-01 15:18:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-01 15:18:54 +0200 |
| commit | e1c3c4ae39b27cf378e7217d111b9a92e298b7ce (patch) | |
| tree | b788b39e683fb17be8340078b3c9ea9b93ded018 /tests/hlsl | |
| parent | c044ec220d87cfe38d69ecb954ecc4125ee11877 (diff) | |
Update Slang-RHI again to get more WGPU fixes (#5475)
This fixes a teardown crash, and a buffer usage mismatch issue during bind group creation.
These Slang-RHI fixes allow several WGPU tests to be enabled:
- tests/compute/column-major.slang
- tests/compute/constant-buffer-memory-packing.slang
- tests/compute/matrix-layout.hlsl
- tests/compute/non-square-column-major.slang
- tests/compute/row-major.slang
- tests/hlsl/packoffset.slang
This helps to address issue #5222.
Diffstat (limited to 'tests/hlsl')
| -rw-r--r-- | tests/hlsl/packoffset.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 5ca8d497e..2acbb5ff8 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -2,7 +2,6 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST:SIMPLE(filecheck=HLSL): -target hlsl -profile cs_5_0 -entry computeMain -line-directive-mode none //TEST:SIMPLE(filecheck=GLSL): -target glsl -profile glsl_450 -stage compute -entry computeMain -line-directive-mode none -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu // Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl |
