C# Class Vector.Gpu.ShaderBuilder

Afficher le fichier Open project: sinclairzx81/vector-cs

Méthodes publiques

Méthode 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 méthode

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

CompileAll() public static méthode

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