ngfx::D3DDescriptorHeap
Public Functions
Name | |
---|---|
void | create(ID3D12Device * d3dDevice, D3D12_DESCRIPTOR_HEAP_TYPE type, UINT maxDescriptors, D3D12_DESCRIPTOR_HEAP_FLAGS flags) |
Public Attributes
Name | |
---|---|
D3DDescriptorHandle | handle |
UINT | maxDescriptors |
D3D12_DESCRIPTOR_HEAP_TYPE | type |
ComPtr< ID3D12DescriptorHeap > | v |
Public Functions Documentation
function create
void create(
ID3D12Device * d3dDevice,
D3D12_DESCRIPTOR_HEAP_TYPE type,
UINT maxDescriptors,
D3D12_DESCRIPTOR_HEAP_FLAGS flags
)
Public Attributes Documentation
variable handle
D3DDescriptorHandle handle;
variable maxDescriptors
UINT maxDescriptors;
variable type
D3D12_DESCRIPTOR_HEAP_TYPE type;
variable v
ComPtr< ID3D12DescriptorHeap > v;
Updated on 3 April 2021 at 20:21:51 PDT