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