MCPcopy 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
264slang::IComponentType* ProgramVersion::getSlangEntryPoint(uint32_t index) const
265{
266 return mpSlangEntryPoints[index];
267}
268} // namespace Falcor

Callers 1

createProgramKernelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected