From 7c2ff54758d26b73074fd14143ecd843ba685e0d Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 4 Nov 2024 17:37:50 -0800 Subject: Various WGSL fixes. (#5490) * [WGSL] make sure switch has a default label. * Various WGSL fixes. * Update rhi submodule commit * format code * Remove unnecessary DISABLE_TEST directive on not applicable test. * Matrix comp mul + `select`. * Legalize binary ops for wgsl. --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- tests/library/linked.spirv | Bin 816 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/library/linked.spirv (limited to 'tests/library') diff --git a/tests/library/linked.spirv b/tests/library/linked.spirv deleted file mode 100644 index 7ea385e71..000000000 Binary files a/tests/library/linked.spirv and /dev/null differ -- cgit v1.2.3