Skip to content

API Reference / @gtkx/gl / invalidateNamedFramebufferData

Function: invalidateNamedFramebufferData()

invalidateNamedFramebufferData(framebuffer, numAttachments, attachments): void

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

void glInvalidateNamedFramebufferData(GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments)

Provided by GL_VERSION_4_5.

Parameters

framebuffer

number

GLuint, object class framebuffer

numAttachments

number

GLsizei

attachments

number[] | Uint32Array<ArrayBufferLike>

const GLenum *, group FramebufferAttachment, length numAttachments

Returns

void

See

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

Released under the MPL-2.0 License.