Handbook
Glossary
get-shader-location ( shader uniformName -- int )
Vocabulary
raylib
Inputs
shader
a
Shader
uniformName
a
c-string
Outputs
int
an
int
Word description
Get shader uniform location
Warning
Shader functionality is not available on OpenGL 1.1
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-shader-location
int
GetShaderLocation (
Shader
shader,
c-string
uniformName )