diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-09-19 13:02:04 -0400 |
|---|---|---|
| committer | Tim Foley <tfoleyNV@users.noreply.github.com> | 2019-09-19 10:02:04 -0700 |
| commit | ede0792fd9b4c7bc5c2653092ba1d492e67ca190 (patch) | |
| tree | 43d9282434de55a06307444c6a64ddd85fd96919 | |
| parent | a431d4f6da9e463c349c2e3819e87a83c8f2e043 (diff) | |
Disable dx12 half-structured-buffer.slang test, as produces inconsistent results. (#1061)
| -rw-r--r-- | tests/compute/half-structured-buffer.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/half-structured-buffer.slang b/tests/compute/half-structured-buffer.slang index 8f99e1bd7..778c106c1 100644 --- a/tests/compute/half-structured-buffer.slang +++ b/tests/compute/half-structured-buffer.slang @@ -1,6 +1,7 @@ //TEST(compute):COMPARE_COMPUTE:-vk -compute -profile cs_6_2 -render-features half //Disable on Dx12 for now - because writing to structured buffer produces unexpected results -//TEST(compute):COMPARE_COMPUTE:-dx12 -compute -use-dxil -profile cs_6_2 -render-features half +//TEST_DISABLED(compute):COMPARE_COMPUTE:-dx12 -compute -use-dxil -profile cs_6_2 -render-features half + //TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], stride=16):dxbinding(0),glbinding(0),out struct Thing |
