Method | Description | |
---|---|---|
CompileProgram ( string vs_source, string fs_source ) : int | ||
CompileShader ( ShaderType type, string source ) : int |
public static CompileProgram ( string vs_source, string fs_source ) : int | ||
vs_source | string | |
fs_source | string | |
return | int |
public static CompileShader ( ShaderType type, string source ) : int | ||
type | ShaderType | |
source | string | |
return | int |