Class D3D11RenderTargetView
A render-target-view interface identifies the render-target subresources that can be accessed during rendering.
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public sealed class D3D11RenderTargetView : D3D11View, IDisposable, ID3D11Releasable
Properties
| Edit this page View SourceDescription
Gets the properties of a render target view.
Declaration
public D3D11RenderTargetViewDesc Description { get; }
Property Value
Type | Description |
---|---|
D3D11RenderTargetViewDesc |
Handle
Gets an handle representing the D3D11 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |