GLUniform.this

Creates a fake disabled uniform variable, designed to cope with variables that have been optimized out by the OpenGL driver, or those which do not exist.

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

Meta