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/compute/matrix-layout.hlsl | |
| parent | 72f10a8cc21280c6a84b8f5917dabdb3da2f482e (diff) | |
Metal compute tests (#4292)
Diffstat (limited to 'tests/compute/matrix-layout.hlsl')
| -rw-r--r-- | tests/compute/matrix-layout.hlsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compute/matrix-layout.hlsl b/tests/compute/matrix-layout.hlsl index 571003a10..4a2d3f014 100644 --- a/tests/compute/matrix-layout.hlsl +++ b/tests/compute/matrix-layout.hlsl @@ -9,6 +9,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -xslang -matrix-layout-row-major -shaderobj //TEST(compute,compatibility-issue):COMPARE_COMPUTE_EX:-slang -compute -dx12 -use-dxil -xslang -matrix-layout-row-major -shaderobj +//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl // Not testing on Vulkan because of lack of support // for integer matrices in GLSL. Slang needs to |
