gtk_gl_area_swapbuffers

Langue: en

Version: 276437 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME gtk_gl_area_swapbuffers - swap front and back buffers

SYNOPSIS

void gtk_gl_area_swapbuffers(GtkGLArea *gl_area )

PARAMETERS

gl_area
Specifies a GtkGLArea widget.

DESCRIPTION

*** Deprecated (wrong spelling), use gtk_gl_area_swap_buffers ***

Wrapper around gdk_gl_swap_buffers. Promotes contents of back buffer of widget to front buffer. The contents of front buffer become undefined.

The GtkGLArea widget is derived from GtkDrawingArea widget. For an example, see examples/simple.c as a good starting point.

LIBRARY USE

Use -lgtkgl as a flag to the loader.

SEE ALSO

gtk_gl_area_swap_buffers(3) gdk_gl_swap_buffers(3)

AUTHORS

The author of the GTKGLArea library is Janne Löf.

This manpage was created by Morten Kjeldgaard for the Debian project.