From e1c3c4ae39b27cf378e7217d111b9a92e298b7ce Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Fri, 1 Nov 2024 15:18:54 +0200 Subject: 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. --- tests/hlsl/packoffset.slang | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/hlsl') 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 -- cgit v1.2.3