Skip to content

API Reference / @gtkx/gl / invalidateTexImage

Function: invalidateTexImage()

invalidateTexImage(texture, level): void

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

void glInvalidateTexImage(GLuint texture, GLint level)

Provided by GL_VERSION_4_3.

Parameters

texture

number

GLuint, object class texture

level

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.