ComponentOne Bitmap for UWP
CreateSamplerState Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CreateSamplerState Method
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

Reference

Device Class
Device Members