Bagikan melalui


struktur CD3DX12_ROOT_DESCRIPTOR_TABLE1

Struktur pembantu untuk mengaktifkan inisialisasi struktur D3D12_ROOT_DESCRIPTOR_TABLE1 yang mudah.

Sintaks

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);
};

Anggota

CD3DX12_ROOT_DESCRIPTOR_TABLE1()

Membuat instans CD3DX12_ROOT_DESCRIPTOR_TABLE1 baru yang belum diinisialisasi.

CD3DX12_ROOT_DESCRIPTOR_TABLE1 eksplisit(const D3D12_ROOT_DESCRIPTOR_TABLE1 &o)

Membuat instans baru CD3DX12_ROOT_DESCRIPTOR_TABLE1, diinisialisasi dengan konten struktur D3D12_ROOT_DESCRIPTOR_TABLE1 lain.

CD3DX12_ROOT_DESCRIPTOR_TABLE1(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)

Membuat instans baru CD3DX12_ROOT_DESCRIPTOR_TABLE1, menginisialisasi parameter berikut:

UINT numDescriptorRanges

_pDescriptorRanges const D3D12_DESCRIPTOR_RANGE1*

inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)

Menentukan fungsi yang menginisialisasi parameter berikut:

UINT numDescriptorRanges

_pDescriptorRanges const D3D12_DESCRIPTOR_RANGE1*

statis inline Init(D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)

Menentukan fungsi yang menginisialisasi parameter berikut:

D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable

UINT numDescriptorRanges

_pDescriptorRanges const D3D12_DESCRIPTOR_RANGE1*

Persyaratan

Persyaratan Value
Header
D3dx12.h

Baca juga

D3D12_ROOT_DESCRIPTOR_TABLE1

Struktur Pembantu untuk D3D12