gtkglext-0.13.2.0: Binding to the GTK+ OpenGL Extension

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

Graphics.UI.Gtk.OpenGL.Pixmap

Contents

Description

OpenGL pixmap which is maintained off-screen

Synopsis

Class Hierarchy

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

Types

Constructors

glPixmapNew Source #

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 Pixmap Source #

Returns the Pixmap associated with a GLPixmap.

Orphan instances