Partager via


What Are Index Buffers?

Index buffers, represented by the IDirect3DIndexBuffer8 interface, are memory buffers that contain index data. Index data, or indices, are integer offsets into vertex buffers and are used to render primitives using the IDirect3DDevice8::DrawIndexedPrimitive method.

See Also

Index Buffers

© 1992-2003 Microsoft Corporation. All rights reserved.