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:3155

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

Provided by GL_VERSION_4_3.

Parameters

target

number

GLenum, group FramebufferTarget

numAttachments

number

GLsizei

attachments

number[] | Uint32Array<ArrayBufferLike>

const GLenum *, group InvalidateFramebufferAttachment, length numAttachments

x

number

GLint

y

number

GLint

width

number

GLsizei

height

number

GLsizei

Returns

void

See

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

Released under the MPL-2.0 License.