diff options
Diffstat (limited to 'include/slang-deprecated.h')
| -rw-r--r-- | include/slang-deprecated.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/slang-deprecated.h b/include/slang-deprecated.h index 1c1350f9f..3ce8f61bc 100644 --- a/include/slang-deprecated.h +++ b/include/slang-deprecated.h @@ -853,6 +853,11 @@ extern "C" // Shader Reflection + SLANG_API SlangResult spReflection_ToJson( + SlangReflection* reflection, + SlangCompileRequest* request, + ISlangBlob** outBlob); + SLANG_API unsigned spReflection_GetParameterCount(SlangReflection* reflection); SLANG_API SlangReflectionParameter* spReflection_GetParameterByIndex( SlangReflection* reflection, |
