inochi2d ~main (2022-05-11T02:02:14.2239396)
Dub
Repo
Shader.setUniform
inochi2d
core
shader
Shader
Undocumented in source. Be warned that the author may not have intended to support it.
void
setUniform
(GLint uniform, bool value)
void
setUniform
(GLint uniform, int value)
void
setUniform
(GLint uniform, float value)
void
setUniform
(GLint uniform, vec2 value)
void
setUniform
(GLint uniform, vec3 value)
void
setUniform
(GLint uniform, vec4 value)
void
setUniform
(GLint uniform, mat4 value)
class
Shader
void
setUniform
(
GLint
uniform
,
mat4
value
)
Meta
Source
See Implementation
inochi2d
core
shader
Shader
constructors
this
destructors
~this
functions
getUniformLocation
setUniform
use