func_graphics_glgraphics.rst 473 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_graphics_glgraphics:
  2. ==========
  3. GLGraphics
  4. ==========
  5. GLGraphics -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GLGraphics:TGraphics( width,height,depth=0,hertz=60,flags=GRAPHICS_BACKBUFFER|GRAPHICS_DEPTHBUFFER )
  10. Create OpenGL graphics
  11. This is a convenience function that allows you to easily create an OpenGL graphics context.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. An OpenGL graphics object
  17. Examples
  18. ========
  19. See Also
  20. ========