Example #1
0
func (win32 *win32SystemObject) SwapBuffers() {
	C.GlopSwapBuffers(unsafe.Pointer(win32.window))
}
Example #2
0
func (linux *linuxSystemObject) SwapBuffers() {
	C.GlopSwapBuffers()
}