Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Need to remove the 'nil' components before swizzling a swizzle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unused uniforms are no longer included in the active uniforms list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Additional error checking.
Allow setting elements of uniform arrays. This involves encoding both
a uniform location and a parameter offset in the value returned by
glGetUniformLocation().
Limit glUniform[if]v()'s count to the size of the uniform array.
When setting bool-valued uniforms, convert all float/int values to 0 or 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also that const declarations have initializers and that uniforms/samplers
can't have initializers.
|
|
|
|
|
|
|
|
|
|
|