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


Vocabulary
raylib

Inputs
shadera Shader
locIndexan int
valuea void*
uniformTypea ShaderUniformDataType


Outputs
None

Word description
Set shader uniform value

Warning
Shader functionality is not available on OpenGL 1.1


Definition


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