Handbook
Glossary
gen-texture-mipmaps ( texture -- )
Vocabulary
raylib
Inputs
texture
a
pointer
to a
Texture2D
Outputs
None
Word description
Generate GPU mipmaps for a texture
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-texture-mipmaps
void
GenTextureMipmaps ( Texture2D* texture )