Skip to content

API Reference / @gtkx/gl / invalidateNamedFramebufferData

Function: invalidateNamedFramebufferData()

invalidateNamedFramebufferData(framebuffer, numAttachments, attachments): void

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

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

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Framebuffer object functions.

Parameters

framebuffer

number

GLuint, object class framebuffer

numAttachments

number

GLsizei

attachments

number[] | Uint32Array<ArrayBufferLike>

FramebufferAttachment[] | Uint32Array, length numAttachments

Returns

void

Released under the MPL-2.0 License.