Trees | Indices | Toggle frames |
---|
Information interface for the GLU library.
A default instance is created automatically when the first OpenGL context is created. You can use the module functions as a convenience for this default instance's methods.
If you are using more than one context, you must call set_active_context when the context is active for this GLUInfo instance.
set_active_context(self)
Store information for the currently active context.
|
|
bool |
have_version(self,
major,
minor=0,
release=0)
Determine if a version of GLU is supported.
|
str |
get_version(self)
Get the current GLU version.
|
bool |
have_extension(self,
extension)
Determine if a GLU extension is available.
|
list of str |
get_extensions(self)
Get a list of available GLU extensions.
|
have_context = False
|
|
version =
|
|
extensions =
|
Store information for the currently active context.
This method is called automatically for the default context.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |