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

Method getBuffer

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

Source from the content-addressed store, hash-verified

508}
509
510ref<Buffer> ParameterBlock::getBuffer(std::string_view name) const
511{
512 return getRootVar()[name].getBuffer();
513}
514
515ref<Buffer> ParameterBlock::getBuffer(const BindLocation& bindLoc) const
516{

Callers 1

Calls 8

getGFXShaderOffsetFunction · 0.85
isUavTypeFunction · 0.85
isSrvTypeFunction · 0.85
asBufferMethod · 0.80
getRootVarFunction · 0.50
getTypeMethod · 0.45
endMethod · 0.45
getResourceMethod · 0.45

Tested by

no test coverage detected