Handbook
Glossary
rl-compile-shader ( shaderCode type -- uint )
Vocabulary
rlgl
Inputs
shaderCode
an
object
type
an
object
Outputs
uint
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-compile-shader
uint rlCompileShader
( char* shaderCode,
int
type )