Exemplo n.º 1
0
 public static void ShaderSource(uint shader, int count, GLchar ** @string, int[] length);
Exemplo n.º 2
0
 public static void GetShaderSource(uint shader, int bufSize, out int[] length, out GLchar[] source);
Exemplo n.º 3
0
 public static void GetProgramInfoLog(uint program, int bufSize, out int[] length, out GLchar[] infoLog);
Exemplo n.º 4
0
 public static void GetShaderInfoLog(uint shader, int bufSize, out int[] length, out GLchar[] infoLog);
Exemplo n.º 5
0
 public static void GetActiveUniform(uint program, uint index, int bufSize, out int[] length, out int[] size, out uint[] type, out GLchar[] name);