'宣言 Public Shared Function Create( _ ByVal device As Device, _ ByVal shaderBytecode() As System.Byte, _ Optional ByVal linkage As ClassLinkage _ ) As DomainShader
public static DomainShader Create( Device device, System.byte[] shaderBytecode, ClassLinkage linkage )
パラメータ
- device
- The device used to create the shader.
- shaderBytecode
- The compiled shader bytecode.
- linkage
- A dynamic class linkage interface.