?/TD>
Microsoft DirectX 9.0

Resources


Resources are the textures and buffers that are used to render a scene. Applications need to create, load, copy, and use resources. This section gives a brief introduction to resources and the steps and methods used by applications when working with resources. For more information about specific resource types, see Textures, Vertex Buffers, and Index Buffers.

All resources, including the geometry resources IDirect3DIndexBuffer9 and IDirect3DVertexBuffer9, inherit from the IDirect3DResource9 interface. The texture resources, IDirect3DCubeTexture9, IDirect3DTexture9, and IDirect3DVolumeTexture9, also inherit from the IDirect3DBaseTexture9 interface.

Additional information is divided into the following topics.



© 2002 Microsoft Corporation. All rights reserved.