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