Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/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 IDirect3DMobileIndexBufferand IDirect3DMobileVertexBuffer, inherit from the IDirect3DMobileResourceinterface. The texture resource IDirect3DMobileTextureinherits from the IDirect3DMobileBaseTextureinterface.

The following topics provide additional information about resources.

See Also