[]
ID3D11HullShader
[Guid("8e5c6061-628a-4c8e-8264-bbe45cb3d5dd")]
public class HullShader : DeviceChild, IDisposable, IUnknown
Initializes a new instance of the HullShader class.
public HullShader(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Initializes a new instance of the HullShader class.
public static HullShader 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 HullShader.
public static explicit operator HullShader(IntPtr nativePointer)
nativePointer
System.IntPtr