C# Class Vector.Gpu.ShaderBuilder

ファイルを表示 Open project: sinclairzx81/vector-cs

Public Methods

Method Description
Compile ( Device device, ShaderLibrary library, string programId ) : Shader

Compiles Shaders related to this effect.

CompileAll ( Device device, ShaderLibrary library ) : List

Compiles Shaders related to this effect.

Method Details

Compile() public static method

Compiles Shaders related to this effect.
public static Compile ( Device device, ShaderLibrary library, string programId ) : Shader
device Device
library ShaderLibrary
programId string
return Shader

CompileAll() public static method

Compiles Shaders related to this effect.
public static CompileAll ( Device device, ShaderLibrary library ) : List
device Device
library ShaderLibrary
return List