GLProgram.this

Creates a program from a set of compiled shaders.

  1. this(OpenGL gl)
  2. this(OpenGL gl, GLShader[] shaders...)
    class GLProgram
  3. this(OpenGL gl, string source)

Throws

OpenGLException on error.

Meta