API Reference / @gtkx/gl / invalidateTexImage
Function: invalidateTexImage()
invalidateTexImage(
texture,level):void
Defined in: generated/commands.d.ts:3523
void glInvalidateTexImage(GLuint texture, GLint level)
Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_invalidate_subdata Also provided by the GL_ARB_invalidate_subdata extension.
Parameters
texture
number
GLuint, object class texture
level
number
GLint
Returns
void