GLUniform.set

Sets multiple uniform variables.

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

Throws

OpenGLException on error.

Meta