Method
CoglFramebufferclear
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.
Parameters
- buffers
- 
            Type: unsigned longA mask of CoglBufferBits 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 method.