GLUniform.set

Sets multiple uniform variables.

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

Throws

OpenGLException on error.

Meta