Method

CoglFramebufferflush

Declaration [src]

void
cogl_framebuffer_flush (
  CoglFramebuffer* framebuffer
)

Description [src]

Flushes framebuffer to ensure the current batch of commands is submitted to the GPU.

Unlike cogl_framebuffer_finish(), this does not block the CPU.