func_graphics_gldrawpixmap.rst 497 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_graphics_gldrawpixmap:
  2. ============
  3. GLDrawPixmap
  4. ============
  5. GLDrawPixmap -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GLDrawPixmap( pixmap:TPixmap,x,y )
  10. Helper function to draw a pixmap to a gl context
  11. Draws the pixmap relative to top-left of current viewport.<br>
  12. <br>
  13. This function is intended for debugging purposes only - performance is unlikely to be stellar.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========