Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
ref<Buffer> ParameterBlock::getBuffer(std::string_view name) const
511
{
512
return getRootVar()[name].getBuffer();
513
}
514
515
ref<Buffer> ParameterBlock::getBuffer(const BindLocation& bindLoc) const
516
{
Callers
1
RtAccelerationStructure
Method · 0.45
Calls
8
getGFXShaderOffset
Function · 0.85
isUavType
Function · 0.85
isSrvType
Function · 0.85
asBuffer
Method · 0.80
getRootVar
Function · 0.50
getType
Method · 0.45
end
Method · 0.45
getResource
Method · 0.45
Tested by
no test coverage detected