gtkglext-0.12.5.0: Binding to the GTK+ OpenGL Extension

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.Gtk.OpenGL.Pixmap

Contents

Description

OpenGL pixmap which is maintained off-screen

Synopsis

Class Hierarchy

 | GObject
 | +----Drawable
 | +----GLPixmap

Types

Constructors

glPixmapNewSource

Arguments

:: GLConfig 
-> Pixmap

pixmap - the Pixmap to be used as the rendering area.

-> IO GLPixmap 

Creates an off-screen rendering area.

Methods

glPixmapGetPixmap :: GLPixmap -> IO PixmapSource

Returns the Pixmap associated with a GLPixmap.