summaryrefslogtreecommitdiff
path: root/tests/compute/matrix-layout.hlsl
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-01 15:18:54 +0200
committerGitHub <noreply@github.com>2024-11-01 15:18:54 +0200
commite1c3c4ae39b27cf378e7217d111b9a92e298b7ce (patch)
treeb788b39e683fb17be8340078b3c9ea9b93ded018 /tests/compute/matrix-layout.hlsl
parentc044ec220d87cfe38d69ecb954ecc4125ee11877 (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/compute/matrix-layout.hlsl')
-rw-r--r--tests/compute/matrix-layout.hlsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/compute/matrix-layout.hlsl b/tests/compute/matrix-layout.hlsl
index 2e9b4389f..4a2d3f014 100644
--- a/tests/compute/matrix-layout.hlsl
+++ b/tests/compute/matrix-layout.hlsl
@@ -10,7 +10,6 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -xslang -matrix-layout-row-major -shaderobj
//TEST(compute,compatibility-issue):COMPARE_COMPUTE_EX:-slang -compute -dx12 -use-dxil -xslang -matrix-layout-row-major -shaderobj
//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl
-//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu
// Not testing on Vulkan because of lack of support
// for integer matrices in GLSL. Slang needs to