diff options
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1198,6 +1198,10 @@ extern "C" SlangCompileRequest* request, int enable); + SLANG_API void spSetDumpIntermediatePrefix( + SlangCompileRequest* request, + const char* prefix); + /*! @brief Set whether (and how) `#line` directives should be output. */ |
