struttura CD3DX12_ROOT_DESCRIPTOR_TABLE1
Struttura helper per facilitare l'inizializzazione di una struttura D3D12_ROOT_DESCRIPTOR_TABLE1.
Sintassi
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);
};
Membri
-
CD3DX12_ROOT_DESCRIPTOR_TABLE1()
-
Crea una nuova istanza non inizializzata di un CD3DX12_ROOT_DESCRIPTOR_TABLE1.
-
explicit CD3DX12_ROOT_DESCRIPTOR_TABLE1(const D3D12_ROOT_DESCRIPTOR_TABLE1 &o)
-
Crea una nuova istanza di un CD3DX12_ROOT_DESCRIPTOR_TABLE1, inizializzata con il contenuto di un'altra struttura D3D12_ROOT_DESCRIPTOR_TABLE1 .
-
CD3DX12_ROOT_DESCRIPTOR_TABLE1(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Crea una nuova istanza di un CD3DX12_ROOT_DESCRIPTOR_TABLE1, inizializzando i parametri seguenti:
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
-
inline Init(UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Specifica una funzione che inizializza i parametri seguenti:
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
-
static inline Init(D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable, UINT numDescriptorRanges, const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges)
-
Specifica una funzione che inizializza i parametri seguenti:
D3D12_ROOT_DESCRIPTOR_TABLE1 &rootDescriptorTable
UINT numDescriptorRanges
const D3D12_DESCRIPTOR_RANGE1* _pDescriptorRanges
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|