Types of Resources

Resources are areas in memory that can be accessed by the Direct3D pipeline, they are the building blocks of your scene. Resources contain many types of data such as geometry, textures or shader data that Direct3D uses to populate and render your scene. This topic describes the types of resources from Direct3D 10, as well as new types in Direct3D 11 including structured buffers and writable textures and buffers.

Note: Differences between Direct3D 11 and Direct3D 10

Direct3D 11 supports several new resource types including:

  • read-write buffers and textures
  • structured buffers
  • byte-address buffers
  • append and consume buffers
  • unordered access buffer or texture
  • Direct3D 11.2 supports tiled resources.
    Both Direct3D 10 and Direct3D 11 support the buffer and texture types that were introduced in Direct3D 10.

    Resources