From 91f19bedb902fb8b97c9b9da9fcb9c82e6f1c785 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Wed, 13 Nov 2024 18:08:14 +0200 Subject: Various fixes to enable some WGSL graphics tests (#5548) * Update Slang-RHI to get WGPU backend fixes * render-test: Use device local memory type for vertex buffers This helps to avoid https://github.com/shader-slang/slang-rhi/issues/104 * Fix bug in WGSL emitter layout code. There was a "kinds" vs. "kind flags" mismatch, and also getBindingOffsetForKinds was not being used. This patch enables a bunch of tests for WGPU. This helps to address issue #4943. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- tests/expected-failure-github.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/expected-failure-github.txt') diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 11dac66fe..117a0372a 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -19,10 +19,8 @@ tests/compute/atomics (wgpu) tests/compute/atomics-buffer (wgpu) tests/compute/atomics-groupshared (wgpu) tests/compute/buffer-type-splitting (wgpu) -tests/compute/compile-time-loop.slang.2 syn (wgpu) tests/compute/constant-buffer-memory-packing.slang.6 syn (wgpu) tests/compute/constexpr.slang.2 syn (wgpu) -tests/compute/discard-stmt.slang.2 syn (wgpu) tests/compute/func-cbuffer-param.slang.4 syn (wgpu) tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu) tests/compute/interface-shader-param.slang.5 syn (wgpu) -- cgit v1.2.3