gdk_gl_pixmap_new

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

gdk_gl_pixmap_new - create an off screen rendering area

SYNOPSIS

#include <gtkgl/gdkgl.h>

GdkGLPixmap *gdk_gl_pixmap_new( GdkVisual *visual, GdkPixmap *pixmap )

DESCRIPTION

gdk_gl_pixmap_new returns pointer to new GdkGLPixmap with reference count of 1. pixmap will become front left buffer of GdkGLPixmap.

gdk_gl_pixmap_* functions are the latest addition to the library, not very well tested yet, enables rendering to off-screen pixmaps. See examples/glpixmap.c.

LIBRARY USE

Use -lgtkgl as a flag to the loader.

SEE ALSO

glXCreateGLXPixmap(3), gdk_gl_pixmap_ref(3), gdk_gl_pixmap_unref(3)

AUTHORS

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

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