Type alias ClearMask

ClearMask: "COLOR_BUFFER_BIT" | "DEPTH_BUFFER_BIT" | "STENCIL_BUFFER_BIT"

A GLbitfield bitwise OR mask that indicates the buffers to be cleared. Possible values are:

gl.COLOR_BUFFER_BIT gl.DEPTH_BUFFER_BIT gl.STENCIL_BUFFER_BIT

Generated using TypeDoc