Direct3D Resources
Microsoft DirectX 9.0 SDK Update (October 2004)

Direct3D 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.

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.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.