km-engine v0.5.0 (2020-08-08T12:12:50Z)
Dub
Repo
Shader.setUniform
engine
render
shader
Shader
Undocumented in source. Be warned that the author may not have intended to support it.
void
setUniform
(GLint uniform, float value)
void
setUniform
(GLint uniform, vec2 value)
class
Shader
void
setUniform
(
GLint
uniform
,
vec2
value
)
void
setUniform
(GLint uniform, vec3 value)
void
setUniform
(GLint uniform, mat4 value)
Meta
Source
See Implementation
engine
render
shader
Shader
constructors
this
destructors
~this
functions
getUniformLocation
setUniform
use