MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / finalize

Method finalize

Source/Falcor/Core/Program/ProgramReflection.cpp:1214–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212}
1213
1214void ProgramReflection::finalize()
1215{
1216 mpDefaultBlock->finalize();
1217}
1218
1219ProgramReflection::ProgramReflection(ProgramVersion const* pProgramVersion) : mpProgramVersion(pProgramVersion)
1220{

Callers 4

reflectResourceTypeFunction · 0.45
reflectInterfaceTypeFunction · 0.45
createMethod · 0.45
ProgramReflectionMethod · 0.45

Calls 2

getElementTypeFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected