[]
ID3D11DomainShader
[Guid("f582c508-0f36-490c-9977-31eece268cfa")]
public class DomainShader : DeviceChild, IDisposable, IUnknown
Initializes a new instance of the DomainShader class.
public DomainShader(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Initializes a new instance of the DomainShader class.
public static DomainShader Create(Device device, byte[] shaderBytecode, ClassLinkage linkage = null)
device
DeviceThe device used to create the shader.
shaderBytecode
byte[]The compiled shader bytecode.
linkage
ClassLinkageA dynamic class linkage interface.
Performs an explicit conversion from System.IntPtr to DomainShader.
public static explicit operator DomainShader(IntPtr nativePointer)
nativePointer
System.IntPtr