[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.VertexShader

VertexShader Class

ID3D11VertexShader

Inheritance
VertexShader
Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.WPF.DX.4.6.2.dll
Syntax
[Guid("3b301d64-d678-4289-8897-22f8928b72f3")]
public class VertexShader : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
VertexShader(IntPtr)

Initializes a new instance of the VertexShader class.

Methods

Name Description
Create(Device, byte[], ClassLinkage)

Initializes a new instance of the VertexShader class.

Operators

Name Description
explicit operator VertexShader(IntPtr)

Performs an explicit conversion from IntPtr to VertexShader.