Skip to content

API Reference / @gtkx/gl / generateTextureMipmap

Function: generateTextureMipmap()

generateTextureMipmap(texture): void

Defined in: generated/commands.d.ts:2008

void glGenerateTextureMipmap(GLuint texture)

Provided by GL_VERSION_4_5.

Parameters

texture

number

GLuint, object class texture

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glGenerateTextureMipmap.xhtml

Released under the MPL-2.0 License.