diff options
| author | skallweitNV <64953474+skallweitNV@users.noreply.github.com> | 2024-06-07 09:28:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 00:28:16 -0700 |
| commit | 004fe27a52b7952111ad7e749397aeff499de7ed (patch) | |
| tree | 6c7fccc6b2542079d911d903bb5e976d79efde2a /tests/bugs/dxbc-double-problem.slang | |
| parent | 72f10a8cc21280c6a84b8f5917dabdb3da2f482e (diff) | |
Metal compute tests (#4292)
Diffstat (limited to 'tests/bugs/dxbc-double-problem.slang')
| -rw-r--r-- | tests/bugs/dxbc-double-problem.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/dxbc-double-problem.slang b/tests/bugs/dxbc-double-problem.slang index 441000f63..9daa28a9f 100644 --- a/tests/bugs/dxbc-double-problem.slang +++ b/tests/bugs/dxbc-double-problem.slang @@ -3,6 +3,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -output-using-type -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-dx12 -compute -use-dxil -output-using-type -shaderobj //DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-dx12 -compute -output-using-type -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl // The problem this test shows is around handling of double with dxbc on D3D12. In that combination // this code does not write the correct value into the first element - it appears as 0, where @@ -27,4 +28,4 @@ void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID) outputBuffer[1] = pi; outputBuffer[2] = pi_180; outputBuffer[3] = w; -}
\ No newline at end of file +} |
