Skip to content

API Reference / @gtkx/gl / invalidateFramebuffer

Function: invalidateFramebuffer()

invalidateFramebuffer(target, numAttachments, attachments): void

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

void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments)

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

Returns

void

See

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

Released under the MPL-2.0 License.