slang icon indicating copy to clipboard operation
slang copied to clipboard

[WGSL] Enable semantic related tests that work already for Metal

Open jkwak-work opened this issue 3 months ago • 4 comments

The following tests are tests that are related to the semantics. They are currently enabled for Metal and we should enable them for WGSL as well.

  • tests/compute/compile-time-loop.slang
  • tests/compute/constexpr.slang
  • tests/compute/discard-stmt.slang
  • tests/compute/texture-sampling.slang
  • tests/metal/atomic-intrinsics.slang
  • tests/metal/nested-struct-fragment-input.slang
  • tests/metal/nested-struct-fragment-output.slang
  • tests/metal/nested-struct-multi-entry-point-vertex.slang
  • tests/metal/no-struct-vertex-output.slang
  • tests/metal/stage-in-2.slang
  • tests/metal/sv_target-complex-1.slang
  • tests/metal/sv_target-complex-2.slang

jkwak-work avatar Nov 06 '24 00:11 jkwak-work