Class D3D11RenderTargetView
A render-target-view interface identifies the render-target subresources that can be accessed during rendering.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11RenderTargetView : D3D11View, IDisposable
Constructors
| Edit this page View SourceD3D11RenderTargetView(nint)
Initializes a new instance of the D3D11RenderTargetView class.
Declaration
public D3D11RenderTargetView(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11RenderTargetViewGuid
The interface GUID.
Declaration
public static readonly Guid D3D11RenderTargetViewGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDescription
Gets the properties of a render target view.
Declaration
public D3D11RenderTargetViewDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| D3D11RenderTargetViewDesc |