'Declaration Public Shared Function Create( _ ByVal device As Device, _ ByVal shaderBytecode() As Byte, _ Optional ByVal linkage As ClassLinkage _ ) As DomainShader
public static DomainShader Create( Device device, byte[] shaderBytecode, ClassLinkage linkage )
Parameters
- device
- The device used to create the shader.
- shaderBytecode
- The compiled shader bytecode.
- linkage
- A dynamic class linkage interface.