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

Method getResource

Source/Falcor/Core/Program/ProgramReflection.cpp:1814–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814const ref<const ReflectionVar> ParameterBlockReflection::getResource(std::string_view name) const
1815{
1816 return getElementType()->findMember(name);
1817}
1818
1819void ParameterBlockReflection::addResourceRange(const ResourceRangeBindingInfo& bindingInfo)
1820{

Callers 12

findNvApiShaderRegisterFunction · 0.45
blitMethod · 0.45
clearRtvMethod · 0.45
clearDsvMethod · 0.45
clearUAVMethod · 0.45
getBufferMethod · 0.45
getTextureMethod · 0.45
setSrvMethod · 0.45
setUavMethod · 0.45
prepareDescriptorSetsMethod · 0.45
operator[]Method · 0.45
FALCOR_SCRIPT_BINDINGFunction · 0.45

Calls 2

getElementTypeFunction · 0.70
findMemberMethod · 0.45

Tested by

no test coverage detected