set-shader-value-v ( shader locIndex value uniformType count -- )


Vocabulary
raylib

Inputs
shadera Shader
locIndexan int
valuea void*
uniformTypea ShaderUniformDataType
countan int


Outputs
None

Word description
Set shader uniform value vector

Warning
Shader functionality is not available on OpenGL 1.1


Definition


LIBRARY: raylib FUNCTION-ALIAS: set-shader-value-v void
SetShaderValueV
( Shader shader, int locIndex, void* value,
ShaderUniformDataType uniformType, int count )