Metodo ID3DX10Mesh::GetIndexBuffer

Recupera i dati in un buffer di indice.

Sintassi

HRESULT GetIndexBuffer(
  [out] ID3DX10MeshBuffer **ppIndexBuffer
);

Parametri

ppIndexBuffer [out]

Tipo: ID3DX10MeshBuffer**

Indirizzo di un puntatore a un'interfaccia ID3DX10MeshBuffer che rappresenta il buffer di indice associato alla mesh.

Valore restituito

Tipo: HRESULT

Il valore restituito è uno dei valori elencati in Codici restituiti Direct3D 10.

Requisiti

Requisito Valore
Intestazione
D3DX10.h
Libreria
D3DX10.lib

Vedi anche

ID3DX10Mesh

Interfacce D3DX