1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_graphics_glgraphicsdriver:
- ================
- GLGraphicsDriver
- ================
- GLGraphicsDriver -
- Description
- ===========
- .. code-block:: blitzmax
- GLGraphicsDriver:TGLGraphicsDriver()
- Get OpenGL graphics driver
- The returned driver can be used with #SetGraphicsDriver
- Parameters
- ==========
- Return Values
- =============
- An OpenGL graphics driver
- Examples
- ========
- See Also
- ========
|