Share via


structure D3D12_INDEX_BUFFER_VIEW (d3d12.h)

Décrit la mémoire tampon d’index à afficher.

Syntaxe

typedef struct D3D12_INDEX_BUFFER_VIEW {
  D3D12_GPU_VIRTUAL_ADDRESS BufferLocation;
  UINT                      SizeInBytes;
  DXGI_FORMAT               Format;
} D3D12_INDEX_BUFFER_VIEW;

Membres

BufferLocation

Adresse virtuelle GPU de la mémoire tampon d’index.
D3D12_GPU_VIRTUAL_ADDRESS est un synonyme typedef de UINT64.

SizeInBytes

Taille en octets de la mémoire tampon d’index.

Format

Valeur de type DXGI_FORMAT pour le format de mémoire tampon d’index.

Notes

Cette structure est passée dans ID3D12GraphicsCommandList::IASetIndexBuffer.

Spécifications

   
En-tête d3d12.h

Voir aussi

Structures principales