get-shader-location-attrib ( shader attribName -- int )


Vocabulary
raylib

Inputs
shadera Shader
attribNamea c-string


Outputs
intan int


Word description
Get shader attribute location

Warning
Shader functionality is not available on OpenGL 1.1


Definition