Package VisionEgg :: Module PlatformDependent
[frames] | no frames]

Module PlatformDependent

source code


Implementations of functions which vary by platform.



Functions
 
set_priority(*args, **kw)
Set the priority of the Vision Egg application.
source code
 
linux_but_unknown_drivers()
Warn that platform is linux, but drivers not known.
source code
 
sync_swap_with_vbl_pre_gl_init()
Try to synchronize buffer swapping and vertical retrace before starting OpenGL.
source code
 
sync_swap_with_vbl_post_gl_init()
Try to synchronize buffer swapping and vertical retrace after starting OpenGL.
source code
 
query_refresh_rate(screen) source code
 
attempt_to_load_multitexturing()
Attempt to load multitexturing functions and constants.
source code
Function Details

set_priority(*args, **kw)

source code 
Set the priority of the Vision Egg application.

Defaults to maximum priority, but can be changed via keyword
arguments.

Raises an exception on failure.

attempt_to_load_multitexturing()

source code 
Attempt to load multitexturing functions and constants.

Inserts the results into the gl module, which makes them globally
available.