gdk_gl_context_unref

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

gdk_gl_context_unref - decrease reference count

SYNOPSIS

#include <gtkgl/gdkgl.h>

void gdk_gl_context_unref( GdkGLContext *context )

context        
Pointer to a GdlGLContext.

DESCRIPTION

gdk_gl_context_unref decreases reference count by 1 and deletes context if it count drops to 0.

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

glXDestroyContext(3), gdk_gl_context_new(3), gdk_gl_context_share_new(3), gdk_gl_context_ref(3)

AUTHORS

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

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