123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_graphics_glmax2ddriver:
- =============
- GLMax2DDriver
- =============
- GLMax2DDriver -
- Description
- ===========
- .. code-block:: blitzmax
- GLMax2DDriver:TGLMax2DDriver()
- Get OpenGL Max2D Driver
- The returned driver can be used with #SetGraphicsDriver to enable OpenGL Max2D
- rendering.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|