Method
CoglFramebufferclear
since: 1.8
Declaration [src]
void
cogl_framebuffer_clear (
CoglFramebuffer* framebuffer,
unsigned long buffers,
const CoglColor* color
)
Description [src]
Clears all the auxiliary buffers identified in the buffers mask, and if
that includes the color buffer then the specified color is used.
Stability: Unstable
Available since: 1.8
Parameters
buffers-
Type:
unsigned longA mask of
CoglBufferBit‘s identifying which auxiliary buffers to clear. color-
Type:
CoglColorThe color to clear the color buffer too if specified in
buffers.The data is owned by the caller of the function.