struttura CD3DX12_SUBRESOURCE_FOOTPRINT
Struttura helper per facilitare l'inizializzazione di una struttura D3D12_SUBRESOURCE_FOOTPRINT.
Sintassi
struct CD3DX12_SUBRESOURCE_FOOTPRINT : public D3D12_SUBRESOURCE_FOOTPRINT{
CD3DX12_SUBRESOURCE_FOOTPRINT();
explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_SUBRESOURCE_FOOTPRINT &o);
CD3DX12_SUBRESOURCE_FOOTPRINT(DXGI_FORMAT format, UINT width, UINT height, UINT depth, UINT rowPitch);
explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_RESOURCE_DESC& resDesc, UINT rowPitch);
operator const D3D12_SUBRESOURCE_FOOTPRINT&() const;
};
Membri
-
CD3DX12_SUBRESOURCE_FOOTPRINT()
-
Crea una nuova istanza non inizializzata di un CD3DX12_SUBRESOURCE_FOOTPRINT.
-
explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_SUBRESOURCE_FOOTPRINT &o)
-
Crea una nuova istanza di un CD3DX12_SUBRESOURCE_FOOTPRINT, inizializzata con il contenuto di un'altra struttura D3D12_SUBRESOURCE_FOOTPRINT .
-
CD3DX12_SUBRESOURCE_FOOTPRINT(formato DXGI_FORMAT, UINT width, UINT height, UINT depth, UINT rowPitch)
-
Crea una nuova istanza di un CD3DX12_SUBRESOURCE_FOOTPRINT, inizializzando i parametri seguenti:
Larghezza UINT
Altezza UINT
Profondità UINT
UINT rowPitch
-
explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_RESOURCE_DESC& resDesc, UINT rowPitch)
-
Crea una nuova istanza di un CD3DX12_SUBRESOURCE_FOOTPRINT, inizializzando i parametri seguenti:
UINT rowPitch
-
operator const D3D12_SUBRESOURCE_FOOTPRINT&() const
-
Definisce l'operatore &pass-by-reference per il tipo di struttura padre.
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|