ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreateRenderTargetView Method

In This Topic
    CreateRenderTargetView Method
    In This Topic
    HRESULT ID3D11Device::CreateRenderTargetView([In] ID3D11Resource* pResource,[In, Optional] const D3D11_RENDER_TARGET_VIEW_DESC* pDesc,[Out, Fast] ID3D11RenderTargetView** ppRTView)
    Syntax
    'Declaration
     
    Public Function CreateRenderTargetView( _
       ByVal resourceRef As Resource, _
       ByVal descRef As System.Nullable(Of RenderTargetViewDescription) _
    ) As RenderTargetView
    public RenderTargetView CreateRenderTargetView( 
       Resource resourceRef,
       System.Nullable<RenderTargetViewDescription> descRef
    )

    Parameters

    resourceRef
    descRef
    See Also