MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetGPUHandle

Method GetGPUHandle

renderdoc/driver/d3d12/d3d12_debug.cpp:1886–1891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1884}
1885
1886D3D12_GPU_DESCRIPTOR_HANDLE D3D12DebugManager::GetGPUHandle(CBVUAVSRVSlot slot)
1887{
1888 D3D12_GPU_DESCRIPTOR_HANDLE ret = cbvsrvuavHeap->GetGPUDescriptorHandleForHeapStart();
1889 ret.ptr += slot * sizeof(D3D12Descriptor);
1890 return ret;
1891}
1892
1893D3D12_GPU_DESCRIPTOR_HANDLE D3D12DebugManager::GetGPUHandle(RTVSlot slot)
1894{

Callers 11

RenderTextureInternalMethod · 0.80
DebugVertexMethod · 0.80
DebugPixelMethod · 0.80
DebugThreadMethod · 0.80
FetchShaderFeedbackMethod · 0.80
PreDrawMethod · 0.80
InitPostVSBuffersMethod · 0.80
RenderOverlayMethod · 0.80
PickVertexMethod · 0.80
GetMinMaxMethod · 0.80
GetHistogramMethod · 0.80

Tested by

no test coverage detected