Skip to content

API Reference / @gtkx/gl / invalidateSubFramebuffer

Function: invalidateSubFramebuffer()

invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height): void

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

void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)

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

Parameters

target

number

FramebufferTarget

numAttachments

number

GLsizei

attachments

number[] | Uint32Array<ArrayBufferLike>

InvalidateFramebufferAttachment[] | Uint32Array, length numAttachments

x

number

GLint

y

number

GLint

width

number

GLsizei

height

number

GLsizei

Returns

void

Released under the MPL-2.0 License.