mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
11 lines
565 B
Text
11 lines
565 B
Text
gtkglarea: GtkGLArea (OpenGL widget for GTK+)
|
|
gtkglarea:
|
|
gtkglarea: GtkGLArea is an OpenGL widget for GTK+ GUI toolkit.
|
|
gtkglarea: Just as GTK+ is built on top of GDK, GtkGLArea is built on top of
|
|
gtkglarea: gdkgl which is basically a wrapper around GLX functions. The
|
|
gtkglarea: widget itself is very similar to the GtkDrawingArea widget and
|
|
gtkglarea: adds only three extra functions. Lower level gdkgl functions
|
|
gtkglarea: make it easy to render on any OpenGL capable widget; rendering
|
|
gtkglarea: to off-screen pixmaps is also supported.
|
|
gtkglarea:
|
|
gtkglarea:
|