[]
Constructs a new BlendState1 based on the specified description.
public static BlendState1 Create(Device1 device, BlendStateDescription1 description)
Public Shared Function Create(device As Device1, description As BlendStateDescription1) As BlendState1
| Type | Name | Description |
|---|---|---|
| Device1 | device | The device with which to associate the state object. |
| BlendStateDescription1 | description | The state description. |
| Type | Description |
|---|---|
| BlendState1 | The newly created object. |