diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2024-07-30 23:04:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 20:04:08 -0700 |
| commit | 04e7327a2067c82db3eaef51955f211e148ac933 (patch) | |
| tree | 8a8320db5165e280efb2fdb9aa4ecd078d380c72 /include | |
| parent | fef0a87ddee9c0f252a6625395b684b1cb5d85e0 (diff) | |
Move SPIRV global variables into a context variable (#4741)
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h index edcaa8a3f..25e364504 100644 --- a/include/slang.h +++ b/include/slang.h @@ -943,6 +943,7 @@ extern "C" NoHLSLPackConstantBufferElements, ValidateUniformity, AllowGLSL, + EnableExperimentalPasses, // Internal |
