gtkglext-0.11.0: Binding to the GTK+ OpenGL ExtensionSource codeContentsIndex
Graphics.UI.Gtk.OpenGL.Pixmap
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Class Hierarchy
Types
Constructors
Methods
Description
OpenGL pixmap which is maintained off-screen
Synopsis
data GLPixmap
class DrawableClass o => GLPixmapClass o
castToGLPixmap :: GObjectClass obj => obj -> GLPixmap
glPixmapNew :: GLConfig -> Pixmap -> IO GLPixmap
glPixmapGetPixmap :: GLPixmap -> IO Pixmap
Class Hierarchy
 | GObject
 | +----Drawable
 | +----GLPixmap
Types
data GLPixmap Source
class DrawableClass o => GLPixmapClass o Source
castToGLPixmap :: GObjectClass obj => obj -> GLPixmapSource
Constructors
glPixmapNewSource
:: GLConfig
-> Pixmappixmap - 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.
Produced by Haddock version 2.6.1