Handbook
Glossary
load-shader-from-memory ( vsCode fsCode -- Shader )
Vocabulary
raylib
Inputs
vsCode
a
c-string
fsCode
a
c-string
Outputs
Shader
a
Shader
Word description
Load shader from code strings and bind default locations
Warning
Shader functionality is not available on OpenGL 1.1
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-shader-from-memory
Shader LoadShaderFromMemory
(
c-string
vsCode,
c-string
fsCode )