Skip to content

swapBuffers

Thomas Marrinan edited this page Jan 13, 2017 · 1 revision

Method

swapBuffers — swaps front and back framebuffer causing rendered image to be visible

Specification

void swapBuffers(int winId);

Parameters

winId

  • here

Example

glow *gl = new glow();
...
gl->swapBuffers(win);
Clone this wiki locally