Share via


Pool and Usage for Index Buffers (Windows CE 5.0)

Send Feedback

You can create index buffers with the IDirect3DMobileDevice::CreateIndexBuffer method, which takes pool (memory class) and usage parameters.

It is possible to force vertex and index buffers into system memory by specifying D3DMPOOL_SYSTEMMEM (see D3DMPOOL), even when the index processing is being done in hardware. This is a way to avoid overly large amounts of page-locked memory when a driver is putting these buffers into AGP memory.

See Also

Index Buffers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.