CD3DX12_ROOT_DESCRIPTOR_TABLE1 structure
A helper structure to enable easy initialization of a D3D12_ROOT_DESCRIPTOR_TABLE1 structure.
Syntax
struct CD3DX12_ROOT_DESCRIPTOR_TABLE1 : public D3D12_ROOT_DESCRIPTOR_TABLE1{
CD3DX12_ROOT_DESCRIPTOR_TABLE1();
explicit CD3DX12_ROOT_DESCRIPTOR_TABLE1(const D3D12_ROOT_DESCRIPTOR_TABLE1 &o);
CD3DX12_ROOT_DESCRIPTOR_TABLE1(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges);
void inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges);
void static inline Init(D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges);
};
Members
-
CD3DX12_ROOT_DESCRIPTOR_TABLE1()
-
Creates a new, uninitialized, instance of a CD3DX12_ROOT_DESCRIPTOR_TABLE1.
-
explicit CD3DX12_ROOT_DESCRIPTOR_TABLE1(const D3D12_ROOT_DESCRIPTOR_TABLE1 &o)
-
Creates a new instance of a CD3DX12_ROOT_DESCRIPTOR_TABLE1, initialized with the contents of another D3D12_ROOT_DESCRIPTOR_TABLE1 structure.
-
CD3DX12_ROOT_DESCRIPTOR_TABLE1(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Creates a new instance of a CD3DX12_ROOT_DESCRIPTOR_TABLE1, initializing the following parameters:
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
-
inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Specifies a function that initializes the following parameters:
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
-
static inline Init(D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Specifies a function that initializes the following parameters:
D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
Requirements
Requirement | Value |
---|---|
Header |
|