GLUniform.set

Sets a uniform variable value. T should be the exact type needed, checked at runtime.

  1. void set(T newValue)
    class GLUniform
    void
    set
    (
    T
    )
  2. void set(T[] newValues)
  3. void set(T* newValues, size_t count)

Throws

OpenGLException on error.

Meta