Options to clear GL; with:
color: The values to clear any color buffers with.depth: The value to clear any depth buffer with.stencil: The value to clear any stencil buffer with.framebuffer: Any framebuffer to clear; if not given, clears any
framebuffer already bound, or the view if none are bound.Optionalcolor?: number[]Optionaldepth?: numberOptionalstencil?: numberOptionalframebuffer?: framebuffer
A
functionto clearGLoutput view orframebuffer; via aGLapi.See