Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getSlangEntryPoint
Method
getSlangEntryPoint
Source/Falcor/Core/Program/ProgramVersion.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
slang::IComponentType* ProgramVersion::getSlangEntryPoint(uint32_t index) const
265
{
266
return mpSlangEntryPoints[index];
267
}
268
} // namespace Falcor
Callers
1
createProgramKernels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected