Skip to contents

Generate GPU mipmaps for a texture.

Usage

gen_texture_mipmaps(texture)

Arguments

texture

A texture.

Note

This function has been auto-generated from the following Raylib function definition:

void GenTextureMipmaps(Texture2D *texture);