func_graphics_glmax2ddriver.rst 400 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_graphics_glmax2ddriver:
  2. =============
  3. GLMax2DDriver
  4. =============
  5. GLMax2DDriver -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GLMax2DDriver:TGLMax2DDriver()
  10. Get OpenGL Max2D Driver
  11. The returned driver can be used with #SetGraphicsDriver to enable OpenGL Max2D
  12. rendering.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========