diff options
| author | James Helferty (NVIDIA) <jhelferty@nvidia.com> | 2025-09-30 14:21:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 18:21:27 +0000 |
| commit | 8086adc90b69f3199767c0617e2c429ce6b27f67 (patch) | |
| tree | cbc54d5dbb3ad13329abc49f3aabf25ee199b7d6 /tests/metal/simple-task.slang | |
| parent | ee5adb87050ae7c0b96056a67dddc5d48174e695 (diff) | |
Enable metal tests (#8446)
Enables all tests/metal/ tests that can be easily enabled.
These tests were not originally designed as render tests; they are
generally being enabled for pipecleaning purposes, and will not be
rigorously testing the corresponding funcitonality.
Where they cannot be enabled as render tests, and a metallib test wasn't
already enabled, a metallib test was enabled instead (where possible).
Fixes #7892
Diffstat (limited to 'tests/metal/simple-task.slang')
| -rw-r--r-- | tests/metal/simple-task.slang | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/metal/simple-task.slang b/tests/metal/simple-task.slang index 9d519deb6..1a9da6738 100644 --- a/tests/metal/simple-task.slang +++ b/tests/metal/simple-task.slang @@ -1,4 +1,8 @@ //TEST:SIMPLE(filecheck=METAL): -entry taskMain -stage amplification -target metal +//TEST:SIMPLE(filecheck=METALLIB): -entry taskMain -stage amplification -target metallib + +// METALLIB-NOT: error : +// METALLIB: @taskMain cbuffer Uniforms { |
