diff options
Diffstat (limited to 'tests/render/nointerpolation.hlsl')
| -rw-r--r-- | tests/render/nointerpolation.hlsl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/render/nointerpolation.hlsl b/tests/render/nointerpolation.hlsl index 0819849ac..a8d0c85e0 100644 --- a/tests/render/nointerpolation.hlsl +++ b/tests/render/nointerpolation.hlsl @@ -1,5 +1,8 @@ -//DISABLED_TEST(smoke):COMPARE_HLSL_RENDER: -//DISABLED_TEST(smoke):COMPARE_HLSL_RENDER: -dx12 +//TEST(smoke):COMPARE_HLSL_RENDER: +// WGSL: nointerpolate doesn't work #5625 +//DISABLE_TEST(smoke):COMPARE_HLSL_RENDER: -wgpu +// TODO: Investigate Metal failure +//DISABLE_TEST(smoke):COMPARE_HLSL_RENDER: -mtl // Confirm that the `nointerpolation` modifier // makes it through Slang codegen with the |
