Exemple #1
0
 public void CompileShader(GLShader shader) { }
Exemple #2
0
 public bool GetShaderParameter(GLShader shader, int parameter)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void ShaderSource(GLShader shader, string source) { }
Exemple #4
0
 public void AttachShader(GLShaderProgram program, GLShader shader) { }
 public bool GetShaderParameter(GLShader shader, int parameter)
 {
     throw new NotImplementedException();
 }
 public void AttachShader(GLShaderProgram program, GLShader shader)
 {
 }
 public void CompileShader(GLShader shader)
 {
 }
 public void ShaderSource(GLShader shader, string source)
 {
 }