ngfx::D3DDescriptorHandle

Public Functions

Name
D3DDescriptorHandle()
D3DDescriptorHandle(uint32_t descriptorSize)
D3DDescriptorHandle & operator++()

Public Attributes

Name
D3D12_CPU_DESCRIPTOR_HANDLE cpuHandle
D3D12_GPU_DESCRIPTOR_HANDLE gpuHandle
uint32_t descriptorSize

Public Functions Documentation

function D3DDescriptorHandle

inline D3DDescriptorHandle()

function D3DDescriptorHandle

D3DDescriptorHandle(
    uint32_t descriptorSize
)

function operator++

D3DDescriptorHandle & operator++()

Public Attributes Documentation

variable cpuHandle

D3D12_CPU_DESCRIPTOR_HANDLE cpuHandle {};

variable gpuHandle

D3D12_GPU_DESCRIPTOR_HANDLE gpuHandle {};

variable descriptorSize

uint32_t descriptorSize = 0;

Updated on 3 April 2021 at 20:21:51 PDT