Handbook
Glossary
rl-load-texture-depth ( width height useRenderBuffer -- uint )
Vocabulary
rlgl
Inputs
width
an
object
height
an
object
useRenderBuffer
an
object
Outputs
uint
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-load-texture-depth
uint
rlLoadTextureDepth
(
int
width,
int
height,
bool
useRenderBuffer )