invalidateFramebuffer method
The WebGL2RenderingContext.invalidateFramebuffer()
method
of the
WebGL 2 API
invalidates the contents
of attachments in a framebuffer.
Implementation
external void invalidateFramebuffer(
GLenum target,
JSArray<JSNumber> attachments,
);