diff options
Diffstat (limited to 'include/slang-deprecated.h')
| -rw-r--r-- | include/slang-deprecated.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slang-deprecated.h b/include/slang-deprecated.h index df6e41488..2ae91c6d8 100644 --- a/include/slang-deprecated.h +++ b/include/slang-deprecated.h @@ -681,6 +681,8 @@ extern "C" SLANG_API size_t spReflectionVariableLayout_GetSpace( SlangReflectionVariableLayout* var, SlangParameterCategory category); + SLANG_API SlangImageFormat + spReflectionVariableLayout_GetImageFormat(SlangReflectionVariableLayout* var); SLANG_API char const* spReflectionVariableLayout_GetSemanticName( SlangReflectionVariableLayout* var); |
