diff options
Diffstat (limited to 'include/slang.h')
| -rw-r--r-- | include/slang.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slang.h b/include/slang.h index 0f8925e7a..1f50c2648 100644 --- a/include/slang.h +++ b/include/slang.h @@ -3902,6 +3902,10 @@ struct SessionDesc /** Number of additional compiler option entries. */ uint32_t compilerOptionEntryCount = 0; + + /** Whether to skip SPIRV validation. + */ + bool skipSPIRVValidation = false; }; enum class ContainerType |
