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

Method getCpuHandle

Source/Falcor/Core/API/Shared/D3D12DescriptorSet.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49D3D12DescriptorSet::CpuHandle D3D12DescriptorSet::getCpuHandle(uint32_t rangeIndex, uint32_t descInRange) const
50{
51 uint32_t index = mpApiData->rangeBaseOffset[rangeIndex] + descInRange;
52 return mpApiData->pAllocation->getCpuHandle(index);
53}
54
55D3D12DescriptorSet::GpuHandle D3D12DescriptorSet::getGpuHandle(uint32_t rangeIndex, uint32_t descInRange) const
56{

Callers 3

copyDescriptorTableToGPUFunction · 0.45
createCbvDescriptorFunction · 0.45
getD3D12CpuHeapHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected