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

Module VisionEgg.PlatformDependent

Implementations of functions which vary by platform.

Function Summary
  attempt_to_load_multitexturing()
Attempt to load multitexturing functions and constants.
  linux_but_unknown_drivers()
Warn that platform is linux, but drivers not known.
  query_refresh_rate(screen)
  set_priority(*args, **kw)
Set the priority of the Vision Egg application.
  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 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__

Type:
str
Value:
'Andrew Straw <astraw@users.sourceforge.net>'                          

__cvs__

Type:
str
Value:
'1.37'                                                                 

__date__

Type:
str
Value:
'2003/09/19 08:45:21'                                                  

__version__

Type:
str
Value:
'0.9.9'                                                                

Generated by Epydoc 2.0 on Fri Sep 19 18:29:37 2003 http://epydoc.sf.net