struktur CD3DX12_ROOT_DESCRIPTOR_TABLE
Struktur pembantu untuk mengaktifkan inisialisasi struktur D3D12_ROOT_DESCRIPTOR_TABLE yang mudah.
Sintaks
struct CD3DX12_ROOT_DESCRIPTOR_TABLE : public D3D12_ROOT_DESCRIPTOR_TABLE{
CD3DX12_ROOT_DESCRIPTOR_TABLE();
explicit CD3DX12_ROOT_DESCRIPTOR_TABLE(const D3D12_ROOT_DESCRIPTOR_TABLE &o);
CD3DX12_ROOT_DESCRIPTOR_TABLE(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges);
void inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges);
void static inline Init(D3D12_ROOT_DESCRIPTOR_TABLE &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges);
};
Anggota
-
CD3DX12_ROOT_DESCRIPTOR_TABLE()
-
Membuat instans CD3DX12_ROOT_DESCRIPTOR_TABLE baru yang belum diinisialisasi.
-
CD3DX12_ROOT_DESCRIPTOR_TABLE eksplisit(const D3D12_ROOT_DESCRIPTOR_TABLE &o)
-
Membuat instans baru CD3DX12_ROOT_DESCRIPTOR_TABLE, diinisialisasi dengan konten struktur D3D12_ROOT_DESCRIPTOR_TABLE lain.
-
CD3DX12_ROOT_DESCRIPTOR_TABLE(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges)
-
Membuat instans baru CD3DX12_ROOT_DESCRIPTOR_TABLE, menginisialisasi parameter berikut:
UINT numDescriptorRanges
-
inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges)
-
Menentukan fungsi yang menginisialisasi parameter berikut:
UINT numDescriptorRanges
-
statis inline Init(D3D12_ROOT_DESCRIPTOR_TABLE &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges)
-
Menentukan fungsi yang menginisialisasi parameter berikut:
D3D12_ROOT_DESCRIPTOR_TABLE &rootDescriptorTable
UINT numDescriptorRanges
Persyaratan
Persyaratan | Value |
---|---|
Header |
|