| Home | Trees | Index | Help |
|
|---|
| Package VisionEgg :: Module PlatformDependent |
|
Implementations of functions which vary by platform.
| Function Summary | |
|---|---|
Attempt to load multitexturing functions and constants. | |
Warn that platform is linux, but drivers not known. | |
query_refresh_rate(screen)
| |
Set the priority of the Vision Egg application. | |
Try to synchronize buffer swapping and vertical retrace after starting OpenGL. | |
Try to synchronize buffer swapping and vertical retrace before starting OpenGL. | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Andrew Straw <astraw@users.sourceforge.net...
|
str |
__cvs__ = '1.37'
|
str |
__date__ = '2003/09/19 08:45:21'
|
str |
__version__ = '0.9.9'
|
| Function Details |
|---|
attempt_to_load_multitexturing()Attempt to load multitexturing functions and constants. Inserts the results into the gl module, which makes them globally available. |
linux_but_unknown_drivers()Warn that platform is linux, but drivers not known. |
set_priority(*args, **kw)Set the priority of the Vision Egg application. Defaults to maximum priority, but can be changed via keyword arguments. Raises an exception on failure. |
sync_swap_with_vbl_post_gl_init()Try to synchronize buffer swapping and vertical retrace after starting OpenGL. |
sync_swap_with_vbl_pre_gl_init()Try to synchronize buffer swapping and vertical retrace before starting OpenGL. |
| Variable Details |
|---|
__author__
|
__cvs__
|
__date__
|
__version__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Sep 19 18:29:37 2003 | http://epydoc.sf.net |