summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorKai-Hwa Yao <kyao@nvidia.com>2017-07-10 17:44:14 -0700
committerKai-Hwa Yao <kyao@nvidia.com>2017-07-10 17:54:50 -0700
commit22c7a4de0c3810fcfc1099843e42b315c366a7c5 (patch)
treee53bfd90d2b9e4b04d22f58548999a33b7944d46 /slang.h
parent61a816c1e898155aa93c5a740e2b7aad7d7b4fa1 (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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/slang.h b/slang.h
index 56d962490..f5da206ce 100644
--- a/slang.h
+++ b/slang.h
@@ -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`.