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

Method addResourceRange

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

Source from the content-addressed store, hash-verified

1817}
1818
1819void ParameterBlockReflection::addResourceRange(const ResourceRangeBindingInfo& bindingInfo)
1820{
1821 mResourceRanges.push_back(bindingInfo);
1822}
1823
1824#if FALCOR_HAS_D3D12
1825struct ParameterBlockReflectionFinalizer

Callers 3

reflectResourceTypeFunction · 0.80
reflectInterfaceTypeFunction · 0.80
createMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected