Bagikan melalui


struktur D3D12_INDEX_BUFFER_VIEW (d3d12.h)

Menjelaskan buffer indeks untuk dilihat.

Sintaks

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

Anggota

BufferLocation

Alamat virtual GPU dari buffer indeks.
D3D12_GPU_VIRTUAL_ADDRESS adalah sinonim typedef dari UINT64.

SizeInBytes

Ukuran dalam byte buffer indeks.

Format

Nilai yang diketik DXGI_FORMAT untuk format penyangga indeks.

Keterangan

Struktur ini diteruskan ke ID3D12GraphicsCommandList::IASetIndexBuffer.

Persyaratan

   
Header d3d12.h

Lihat juga

Struktur Inti