[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.DomainShaderStage

Class DomainShaderStage

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

ID3D11DeviceContext

[Guid("c0bfa96c-e089-44fb-8eaf-26f8796190da")]
public class DomainShaderStage : CommonShaderStage<DomainShader>, IDisposable
Inheritance
object
DomainShaderStage
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DomainShaderStage(IntPtr)

Initializes a new instance of the DomainShaderStage class.

public DomainShaderStage(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Operators

explicit operator DomainShaderStage(IntPtr)

Performs an explicit conversion from System.IntPtr to DomainShaderStage.

public static explicit operator DomainShaderStage(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

DomainShaderStage