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

Method getParameterBlock

Source/Falcor/Core/API/ParameterBlock.cpp:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772ref<ParameterBlock> ParameterBlock::getParameterBlock(std::string_view name) const
773{
774 return getRootVar()[name].getParameterBlock();
775}
776
777ref<ParameterBlock> ParameterBlock::getParameterBlock(const BindLocation& bindLocation) const
778{

Callers 1

BlitContextMethod · 0.45

Calls 5

isParameterBlockTypeFunction · 0.85
getGFXShaderOffsetFunction · 0.85
getRootVarFunction · 0.50
getTypeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected