Exemplo n.º 1
0
 public void Delete()
 {
     GraphicsContext.DeleteShader(this.vertexID);
     GraphicsContext.DeleteShader(this.fragmentID);
     GraphicsContext.DeleteProgram(this.Handle);
 }
Exemplo n.º 2
0
 public void DeleteProgram(int id)
 {
     forwarding.DeleteProgram(id);
     CheckGLError();
     GLCALLS++;
 }