Skip to content

API Reference / @gtkx/gl / invalidateBufferData

Function: invalidateBufferData()

invalidateBufferData(buffer): void

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

void glInvalidateBufferData(GLuint buffer)

Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_invalidate_subdata Also provided by the GL_ARB_invalidate_subdata extension.

Parameters

buffer

number

GLuint, object class buffer

Returns

void

Released under the MPL-2.0 License.