'Declaration Public Shared Function Create( _ ByVal device As Device, _ ByVal description As SamplerStateDescription _ ) As SamplerState
public static SamplerState Create( Device device, SamplerStateDescription description )
Parameters
- device
- The device with which to associate the state object.
- description
- The state description.