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

Method setParameterBlock

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

Source from the content-addressed store, hash-verified

751//
752
753void ParameterBlock::setParameterBlock(std::string_view name, const ref<ParameterBlock>& pBlock)
754{
755 getRootVar()[name].setParameterBlock(pBlock);
756}
757
758void ParameterBlock::setParameterBlock(const BindLocation& bindLocation, const ref<ParameterBlock>& pBlock)
759{

Callers 1

createConstantBuffersMethod · 0.45

Calls 5

isParameterBlockTypeFunction · 0.85
getGFXShaderOffsetFunction · 0.85
setObjectMethod · 0.80
getRootVarFunction · 0.50
getTypeMethod · 0.45

Tested by

no test coverage detected