generate-mipmaps ( texture -- )


Vocabulary
gpu.textures

Inputs
texturea texture


Outputs
None

Word description
Replaces the image data for all levels of detail of texture below the highest level with images automatically generated from the highest level of detail image.

Notes
This word requires OpenGL 3.0 or one of the GL_EXT_framebuffer_object or GL_ARB_framebuffer_object extensions.

Definition