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

In This Topic
    CreateSamplerState Method
    In This Topic
    HRESULT ID3D11Device::CreateSamplerState([In] const D3D11_SAMPLER_DESC* pSamplerDesc,[Out, Fast] ID3D11SamplerState** ppSamplerState)
    Syntax
    'Declaration
     
    Public Function CreateSamplerState( _
       ByRef samplerDescRef As SamplerStateDescription _
    ) As SamplerState
    public SamplerState CreateSamplerState( 
       ref SamplerStateDescription samplerDescRef
    )

    Parameters

    samplerDescRef
    See Also