Handbook
Glossary
rl-gen-texture-mipmaps ( id width height format mipmaps -- )
Vocabulary
rlgl
Inputs
id
an
object
width
an
object
height
an
object
format
an
object
mipmaps
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-gen-texture-mipmaps
void
rlGenTextureMipmaps
(
uint
id,
int
width,
int
height,
int
format, int* mipmaps )