Handbook
Glossary
rl-load-texture ( data width height format mipmapCount -- uint )
Vocabulary
rlgl
Inputs
data
an
object
width
an
object
height
an
object
format
an
object
mipmapCount
an
object
Outputs
uint
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-load-texture
uint rlLoadTexture
( void* data,
int
width,
int
height,
int
format,
int
mipmapCount )