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

Method getParameterBlock

Source/Falcor/Core/Program/ShaderVar.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270ref<ParameterBlock> ShaderVar::getParameterBlock() const
271{
272 return mpBlock->getParameterBlock(mOffset);
273}
274
275//
276// Offset access

Callers 7

prepareDiffPathTracerMethod · 0.45
preparePathTracerMethod · 0.45
createParameterBlockMethod · 0.45
createParameterBlockMethod · 0.45
createParameterBlockMethod · 0.45
GPU_TESTFunction · 0.45
testRootBufferFunction · 0.45

Calls

no outgoing calls

Tested by 1

testRootBufferFunction · 0.36