Class D3D11Resource
A resource interface provides common actions on all resources.
Inheritance
D3D11Resource
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public abstract class D3D11Resource : D3D11DeviceChild, IDisposable, ID3D11Releasable
Properties
| Edit this page View SourceDimension
Gets the type of the resource.
Declaration
public D3D11ResourceDimension Dimension { get; }
Property Value
Type | Description |
---|---|
D3D11ResourceDimension |
EvictionPriority
Gets or sets the eviction priority of a resource.
Declaration
public DxgiResourceEvictionPriority EvictionPriority { get; set; }
Property Value
Type | Description |
---|---|
DxgiResourceEvictionPriority |