Direct3D Mobile Resources (Windows CE 5.0)
Resources are the textures and buffers that are used to render a scene. Applications need to create, load, copy, and use resources. This section describes resources and the steps and methods used by applications when working with resources.
All resources, including the geometry resources IDirect3DMobileIndexBuffer and IDirect3DMobileVertexBuffer, inherit from the IDirect3DMobileResource interface. The texture resource IDirect3DMobileTexture inherits from the IDirect3DMobileBaseTexture interface.
The following topics provide additional information about resources.
- Common Details for Direct3D Mobile Resources
- Surfaces
- Lights
- Materials
- Vertex Formats
- Textures
- Depth Buffers
- Stencil Buffers
- Vertex Buffers
- Index Buffers
- Using Direct3D Mobile Resources
See Also
Send Feedback on this topic to the authors