gdk_gl_wait_gdk

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

gdk_gl_wait_gdk - complete gdk execution

SYNOPSIS

#include <gtkgl/gdkgl.h>

void gdk_gl_wait_gdk( void )

DESCRIPTION

Gdk rendering calls made prior to gtk_gl_wait_gdk are guarateed to be executed before OpenGL calls made after gdk_gl_wait_gdk.

The gdk_gl_* functions are quite straightforward wrappers around a few necessary GLX calls and should be easy to understand if you already know GLX.

LIBRARY USE

Use -lgtkgl as a flag to the loader.

SEE ALSO

glXWaitX(3), gdk_gl_wait_gl(3)

AUTHORS

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

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