diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2018-04-04 17:23:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-04 17:23:49 -0400 |
| commit | 071566c5c64d62f7f894b14b1077f0b2a4038903 (patch) | |
| tree | 6b1512d23638cbdcfc807646993ef9fd6d20b758 /tests/render/nointerpolation.hlsl | |
| parent | 357bce2b3368a40bd436d10ba276b1e448f60984 (diff) | |
Switch on dx12 testing for remaining render tests. (#477)
* Dx12 rendering works in test framework.
* Turn on dx12 render tests.
Diffstat (limited to 'tests/render/nointerpolation.hlsl')
| -rw-r--r-- | tests/render/nointerpolation.hlsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/render/nointerpolation.hlsl b/tests/render/nointerpolation.hlsl index 11613b30e..644692e36 100644 --- a/tests/render/nointerpolation.hlsl +++ b/tests/render/nointerpolation.hlsl @@ -1,4 +1,5 @@ //TEST(smoke):COMPARE_HLSL_RENDER: +//TEST(smoke):COMPARE_HLSL_RENDER: -dx12 // Confirm that the `nointerpolation` modifier // makes it through Slang codegen with the |
