ID3D11Resource interface
A resource interface provides common actions on all resources.
Members
The ID3D11Resource interface inherits from ID3D11DeviceChild. ID3D11Resource also has these types of members:
Methods
The ID3D11Resource interface has these methods.
| Method | Description |
|---|---|
| GetEvictionPriority |
Get the eviction priority of a resource. |
| GetType |
Get the type of the resource. |
| SetEvictionPriority |
Set the eviction priority of a resource. |
Remarks
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).
Windows Phone 8: This API is supported.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012
