[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.RenderTargetView

RenderTargetView Class

ID3D11RenderTargetView

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.WPF.DX.4.6.2.dll
Syntax
[Guid("dfdba067-0b8d-4865-875b-d7b4516cc164")]
public class RenderTargetView : ResourceView, IDisposable, IUnknown

Constructors

Name Description
RenderTargetView(IntPtr)

Initializes a new instance of the RenderTargetView class.

Properties

Name Description
Description

GetDescription

Methods

Name Description
Create(Device, Resource)

Creates a RenderTargetView for accessing resource data.

Create(Device, Resource, RenderTargetViewDescription)

Creates a RenderTargetView for accessing resource data.

GetDescription(out RenderTargetViewDescription)

void ID3D11RenderTargetView::GetDesc([Out] D3D11_RENDER_TARGET_VIEW_DESC* pDesc)

Operators

Name Description
explicit operator RenderTargetView(IntPtr)

Performs an explicit conversion from IntPtr to RenderTargetView.