'Declaration Public Shared Function Create( _ ByVal device As Device1, _ ByVal description As BlendStateDescription1 _ ) As BlendState1
public static BlendState1 Create( Device1 device, BlendStateDescription1 description )
Parameters
- device
- The device with which to associate the state object.
- description
- The state description.
Return Value
The newly created object.