diff options
| author | Alexey Panteleev <alpanteleev@nvidia.com> | 2022-05-18 10:57:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 10:57:37 -0700 |
| commit | 69cb6e8f300d77e74bd2c7dfe15d12e10b38f512 (patch) | |
| tree | c2d23f2883acb28407106a096b55c64111f098b1 /tests/reflection/shared-modifier.hlsl | |
| parent | 1148564b9cdbbc8fec4fbecf65b0af60aa6af344 (diff) | |
Support for querying which parameters are used in emitted code (#2239)
See https://github.com/shader-slang/slang/issues/2213
Diffstat (limited to 'tests/reflection/shared-modifier.hlsl')
| -rw-r--r-- | tests/reflection/shared-modifier.hlsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reflection/shared-modifier.hlsl b/tests/reflection/shared-modifier.hlsl index 45a1dfac8..928bdb1c9 100644 --- a/tests/reflection/shared-modifier.hlsl +++ b/tests/reflection/shared-modifier.hlsl @@ -1,5 +1,5 @@ // shared-modifier.hlsl -//TEST:REFLECTION:-profile ps_5_0 -target hlsl +//TEST:REFLECTION:-profile ps_5_0 -target hlsl -no-codegen // Confirm that we expose the `shared` modifier in reflection data. |
