C# Class OpenTK.Graphics.ES20.ES2Utils

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
CompileProgram ( string vs_source, string fs_source ) : int
CompileShader ( ShaderType type, string source ) : int

Method Details

CompileProgram() public static méthode

public static CompileProgram ( string vs_source, string fs_source ) : int
vs_source string
fs_source string
Résultat int

CompileShader() public static méthode

public static CompileShader ( ShaderType type, string source ) : int
type ShaderType
source string
Résultat int