[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.BlendState

BlendState Class

ID3D11BlendState

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("75b68faa-347d-4159-8f45-a0640f01cd9a")]
public class BlendState : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
BlendState(IntPtr)

Initializes a new instance of the BlendState class.

Properties

Name Description
Description

GetDescription

Methods

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)

Operators

Name Description
explicit operator BlendState(IntPtr)

Performs an explicit conversion from IntPtr to BlendState.