func_graphics_glgraphicsdriver.rst 407 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_glgraphicsdriver:
  2. ================
  3. GLGraphicsDriver
  4. ================
  5. GLGraphicsDriver -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GLGraphicsDriver:TGLGraphicsDriver()
  10. Get OpenGL graphics driver
  11. The returned driver can be used with #SetGraphicsDriver
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. An OpenGL graphics driver
  17. Examples
  18. ========
  19. See Also
  20. ========