Partager via


CD3DX12_PACKED_MIP_INFO structure

Structure d’assistance pour faciliter l’initialisation d’une structure D3D12_PACKED_MIP_INFO .

Syntaxe

struct CD3DX12_PACKED_MIP_INFO  : public D3D12_PACKED_MIP_INFO{
   CD3DX12_PACKED_MIP_INFO();
   explicit CD3DX12_PACKED_MIP_INFO(const D3D12_PACKED_MIP_INFO &o);
   CD3DX12_PACKED_MIP_INFO(UINT8 numStandardMips, UINT8 numPackedMips, UINT numTilesForPackedMips, UINT startTileIndexInOverallResource);
   operator const D3D12_PACKED_MIP_INFO&() const;
};

Membres

CD3DX12_PACKED_MIP_INFO()

Crée un instance non initialisé d’un CD3DX12_PACKED_MIP_INFO.

explicit CD3DX12_PACKED_MIP_INFO(const D3D12_PACKED_MIP_INFO &o)

Crée une instance d’une CD3DX12_PACKED_MIP_INFO, initialisée avec le contenu d’une autre structure D3D12_PACKED_MIP_INFO.

CD3DX12_PACKED_MIP_INFO(UINT8 numStandardMips, UINT8 numPackedMips, UINT numTilesForPackedMips, UINT startTileIndexInOverallResource)

Crée une instance d’un CD3DX12_PACKED_MIP_INFO, en initialisant les paramètres suivants :

UINT8 numStandardMips

UINT8 numPackedMips

UINT numTilesForPackedMips

UINT startTileIndexInOverallResource

operator const D3D12_PACKED_MIP_INFO&() const

Définit l’opérateur & pass-by-reference pour le type de structure parent.

Spécifications

Condition requise Valeur
En-tête
D3dx12.h

Voir aussi

D3D12_PACKED_MIP_INFO

Structures d’assistance pour D3D12