[]
Initializes a new instance of the HullShader class.
public static HullShader Create(Device device, byte[] shaderBytecode, ClassLinkage linkage = null)
| Type | Name | Description |
|---|---|---|
| Device | device | The device used to create the shader. |
| byte[] | shaderBytecode | The compiled shader bytecode. |
| ClassLinkage | linkage | A dynamic class linkage interface. |
| Type | Description |
|---|---|
| HullShader |