diff options
| author | Yong He <yonghe@outlook.com> | 2024-06-12 09:27:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 09:27:14 -0700 |
| commit | fa8c11ebe8f9b1bf2174a5a4dbe92a34c16811c8 (patch) | |
| tree | 1da9ed028486e9de5a2129143ea436014a063d7c /slang.h | |
| parent | 3fe4a77287345c303aeb985e24ee237f272e8eca (diff) | |
Add option to preserve shader parameter declaration in output SPIRV. (#4344)
* Add option to preserve shader parameter declarations in output.
* Add test.
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -865,6 +865,7 @@ extern "C" MinimumSlangOptimization, // bool DisableNonEssentialValidations, // bool DisableSourceMap, // bool + PreserveParameters, // bool: preserve all resource parameters in the output code. // Target |
