diff options
| author | Kai-Hwa Yao <kyao@nvidia.com> | 2017-07-10 17:44:14 -0700 |
|---|---|---|
| committer | Kai-Hwa Yao <kyao@nvidia.com> | 2017-07-10 17:54:50 -0700 |
| commit | 22c7a4de0c3810fcfc1099843e42b315c366a7c5 (patch) | |
| tree | e53bfd90d2b9e4b04d22f58548999a33b7944d46 /slang.h | |
| parent | 61a816c1e898155aa93c5a740e2b7aad7d7b4fa1 (diff) | |
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitResult, added helper functionality; Ensure null termination when printing raw data
Diffstat (limited to 'slang.h')
| -rw-r--r-- | slang.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -322,15 +322,6 @@ extern "C" SlangCompileRequest* request, int translationUnitIndex); - /** Get the output bytecode associated with a specific translation unit. - - The lifetime of the output pointer is the same as `request`. - */ - SLANG_API void const* spGetTranslationUnitCode( - SlangCompileRequest* request, - int translationUnitIndex, - size_t* outSize); - /** Get the output source code associated with a specific entry point. The lifetime of the output pointer is the same as `request`. |
