ID3D11Resource Interface

A resource interface provides common actions on all resources.

Mitglieder

ID3D11ResourceSchnittstelle erbt von ID3D11DeviceChild. ID3D11Resource umfasst auch die folgenden Typen von Mitgliedern:

  • Methoden

Methoden

ID3D11ResourceSchnittstelle umfasst die folgenden Methoden.

Methode Beschreibung
GetEvictionPriority

Get the eviction priority of a resource.

GetType

Get the type of the resource.

SetEvictionPriority

Set the eviction priority of a resource.

 

Hinweise

A resource interface cannot be created directly; instead, buffers and textures are created that inherit from a resource interface (see Creating Buffer Resources or Creating Texture Resources).

Siehe auch

Resource Interfaces