Direct3D Mobile Resources (Windows Embedded CE 6.0)

1/6/2010

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.

See Also

Concepts

Direct3D Mobile Programming