GLUniform.this

Creates a GLUniform. This is done automatically after linking a GLProgram.

  1. this(GLuint program, GLenum type, string name, GLsizei size)
    class GLUniform
    this
    (
    GLuint program
    ,
    GLenum type
    ,
    string name
    ,
    GLsizei size
    )
  2. this(string name)

Throws

OpenGLException on error.

See Also

GLProgram.

Meta