Handbook
Glossary
set-shader-value-v ( shader locIndex value uniformType count -- )
Vocabulary
raylib
Inputs
shader
a
Shader
locIndex
an
int
value
a
void*
uniformType
a
ShaderUniformDataType
count
an
int
Outputs
None
Word description
Set shader uniform value vector
Warning
Shader functionality is not available on OpenGL 1.1
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-shader-value-v
void
SetShaderValueV
(
Shader
shader,
int
locIndex, void* value,
ShaderUniformDataType
uniformType,
int
count )