Bagikan melalui


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

D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges

inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges)

Menentukan fungsi yang menginisialisasi parameter berikut:

UINT numDescriptorRanges

D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges

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

D3D12_DESCRIPTOR_RANGE* _pDescriptorRanges

Persyaratan

Persyaratan Value
Header
D3dx12.h

Baca juga

D3D12_ROOT_DESCRIPTOR_TABLE

Struktur Pembantu untuk D3D12