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

In This Topic
    GetDescription Method (UnorderedAccessView)
    In This Topic
    void ID3D11UnorderedAccessView::GetDesc([Out] D3D11_UNORDERED_ACCESS_VIEW_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As UnorderedAccessViewDescription _
    ) 
    public void GetDescription( 
       out UnorderedAccessViewDescription descRef
    )

    Parameters

    descRef
    See Also