[]
ID3D11BlendState
[Guid("75b68faa-347d-4159-8f45-a0640f01cd9a")]
public class BlendState : DeviceChild, IDisposable, IUnknown
Name | Description |
---|---|
BlendState(IntPtr) | Initializes a new instance of the BlendState class. |
Name | Description |
---|---|
Description | GetDescription |
Name | Description |
---|---|
Create(Device, BlendStateDescription) | Constructs a new BlendState based on the specified description. |
GetDescription(out BlendStateDescription) | void ID3D11BlendState::GetDesc([Out] D3D11_BLEND_DESC* pDesc) |
Name | Description |
---|---|
explicit operator BlendState(IntPtr) | Performs an explicit conversion from IntPtr to BlendState. |