Share via


Index Buffers (Windows CE 5.0)

Send Feedback

Index buffers, represented by the IDirect3DMobileIndexBuffer 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 IDirect3DMobileDevice::DrawIndexedPrimitive method.

The following topics provide additional information about index buffers.

See Also

Direct3D Mobile Resources

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.