diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-11-15 14:38:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-15 14:38:25 -0500 |
| commit | 7222b6cdb1ed192b267e91896b1f56da3f0c21d6 (patch) | |
| tree | b95a1f3209a4e12623c10718a33167faaa9d4fe6 /tests | |
| parent | 069768d4d65d3268303b5a4c1f058ce8115a6497 (diff) | |
Specify downstream compiler include paths (#2517)
* #include an absolute path didn't work - because paths were taken to always be relative.
* WIP around testing with NVAPI.
* Make -I work for downstream compilers.
Update docs.
* Small improvement around ignoring tests.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hlsl-intrinsic/shader-execution-reordering/hit-object-make-miss.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hlsl-intrinsic/shader-execution-reordering/hit-object-make-miss.slang b/tests/hlsl-intrinsic/shader-execution-reordering/hit-object-make-miss.slang index b33554525..cf4262c53 100644 --- a/tests/hlsl-intrinsic/shader-execution-reordering/hit-object-make-miss.slang +++ b/tests/hlsl-intrinsic/shader-execution-reordering/hit-object-make-miss.slang @@ -1,6 +1,6 @@ // hit-object-make-miss.slang -//DISABLE_TEST:SIMPLE: -target dxil -entry computeMain -stage compute -profile sm_6_5 -DNV_SHADER_EXTN_SLOT=u0 +//TEST:SIMPLE: -target dxil -entry computeMain -stage compute -profile sm_6_5 -DNV_SHADER_EXTN_SLOT=u0 //DISABLE_TEST:COMPARE_COMPUTE_EX:-slang -compute -dx12 -output-using-type -profile sm_6_5 -nvapi-slot u0 //DISABLE_TEST(compute):COMPARE_COMPUTE:-d3d12 -output-using-type -use-dxil -profile sm_6_5 -render-feature ray-query |
