load-shader-from-memory ( vsCode fsCode -- Shader )


Vocabulary
raylib

Inputs
vsCodea c-string
fsCodea c-string


Outputs
Shadera Shader


Word description
Load shader from code strings and bind default locations

Warning
Shader functionality is not available on OpenGL 1.1


Definition