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 IndexBuffer and VertexBuffer, inherit from the Resource class. The texture resources, Texture, CubeTexture, and Volume, also inherit from the BaseTexture class.

Additional information is divided into the following topics.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center