We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f857815 commit 456df23Copy full SHA for 456df23
source/slang/slang-reflection-api.cpp
@@ -3602,7 +3602,7 @@ SLANG_API char const* spReflectionEntryPoint_getNameOverride(SlangReflectionEntr
3602
return nullptr;
3603
}
3604
3605
-SLANG_API SlangReflectionFunction* spReflectionEntryPoint_GetFunction(SlangReflectionEntryPoint* inEntryPoint)
+SLANG_API SlangReflectionFunction* spReflectionEntryPoint_getFunction(SlangReflectionEntryPoint* inEntryPoint)
3606
{
3607
auto entryPointLayout = convert(inEntryPoint);
3608
if (entryPointLayout)
0 commit comments