[]
Initializes a new instance of the DomainShader class.
public static DomainShader 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 |
|---|---|
| DomainShader |