swap-buffers in gl-context<%>
Swaps the front (visible) and back (OpenGL-drawing) buffer for a context associated with a canvas, and has no effect on a bitmap context.
This method implicitly uses
call-as-current to obtain the context lock. Since the lock is re-entrant, however,
the
swap-buffers method can be safely used within a
call-as-current thunk.