Microsoft DirectX 8.1 (C++)

IDirect3DIndexBuffer8

Applications use the methods of the IDirect3DIndexBuffer8 interface to manipulate an index buffer resource.

The IDirect3DIndexBuffer8 interface is obtained by calling the IDirect3DDevice8::CreateIndexBuffer method.

The methods of the IDirect3DIndexBuffer8 interface can be organized into the following groups.

Information GetDesc
Locking Lock
Unlock

This interface inherits additional functionality from the IDirect3DResource8 interface.

This interface, like all COM interfaces, inherits from the IUnknown Interface.

The LPDIRECT3DINDEXBUFFER8 and PDIRECT3DINDEXBUFFER8 types are defined as pointers to the IDirect3DIndexBuffer8 interface.

typedef struct IDirect3DIndexBuffer8 *LPDIRECT3DINDEXBUFFER8, *PDIRECT3DINDEXBUFFER8;

Requirements

  Header: Declared in D3d8.h.
  Import Library: Use D3d8.lib.

See Also

IDirect3DDevice8::CreateIndexBuffer