Index Buffers (Windows CE 5.0)
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.
- Index Buffer Descriptions
- Pool and Usage for Index Buffers
- Device Types and Index Processing Requirements
- Using Index Buffers
See Also
Send Feedback on this topic to the authors