Exemplo n.º 1
0
 public void CompileShader(GLShader shader) { }
Exemplo n.º 2
0
 public bool GetShaderParameter(GLShader shader, int parameter)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void ShaderSource(GLShader shader, string source) { }
Exemplo n.º 4
0
 public void AttachShader(GLShaderProgram program, GLShader shader) { }
Exemplo n.º 5
0
 public bool GetShaderParameter(GLShader shader, int parameter)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void AttachShader(GLShaderProgram program, GLShader shader)
 {
 }
Exemplo n.º 7
0
 public void CompileShader(GLShader shader)
 {
 }
Exemplo n.º 8
0
 public void ShaderSource(GLShader shader, string source)
 {
 }