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

In This Topic
    GetDescription Method (SamplerState)
    In This Topic
    void ID3D11SamplerState::GetDesc([Out] D3D11_SAMPLER_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As SamplerStateDescription _
    ) 
    public void GetDescription( 
       out SamplerStateDescription descRef
    )

    Parameters

    descRef
    See Also