44 lines
1.7 KiB
HTML
44 lines
1.7 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>PyGUI - GL module</title></head>
|
|
<body>
|
|
<h1>Module <span style="font-family: monospace;">GL</span></h1>
|
|
The GL submodule provides a number of facilities for using OpenGL
|
|
graphics in PyGUI applications. Use of these requires the presence of a
|
|
functioning PyOpenGL installation.<br>
|
|
<h2>Classes</h2>
|
|
The following classes are defined in the GL submodule.<br>
|
|
<dl style="margin-left: 40px;">
|
|
<dt style="font-family: monospace;"><a href="GLConfig.html">GLConfig</a></dt>
|
|
<dd>A bundle of OpenGL context attributes.<br>
|
|
<br>
|
|
</dd>
|
|
<dt style="font-family: monospace;"><a href="GLView.html">GLView</a></dt>
|
|
<dd>An on-screen view for displaying OpenGL graphics.<br>
|
|
<br>
|
|
</dd>
|
|
<dt style="font-family: monospace;"><a href="GLPixmap.html">GLPixmap</a></dt>
|
|
<dd>An off-screen area for OpenGL graphics.<br>
|
|
<br>
|
|
</dd><dt style="font-family: monospace;"><a href="ShareGroup.html">ShareGroup</a></dt>
|
|
<dd>A group of OpenGL contexts sharing textures and display lists.<br>
|
|
</dd>
|
|
</dl>
|
|
<dl style="margin-left: 40px;">
|
|
|
|
<dt style="font-family: monospace;"><a href="Texture.html">Texture</a></dt>
|
|
<dd>A context-independent representation of an OpenGL texture.<br>
|
|
<br>
|
|
</dd><dt style="font-family: monospace;"><a href="DisplayList.html">DisplayList</a></dt>
|
|
<dd>A context-independent representation of an OpenGL display list.<br>
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<h2>Exceptions</h2>
|
|
<dl style="margin-left: 40px;">
|
|
<dt style="font-family: monospace;">GLConfigError</dt>
|
|
<dd>Raised when attempting to construct a GLView or GLPixmap with a set of attributes that cannot be satisified.</dd>
|
|
</dl>
|
|
<br>
|
|
<br>
|
|
</body></html> |