.. _func_graphics_gldrawpixmap:
============
GLDrawPixmap
============
GLDrawPixmap -
Description
===========
.. code-block:: blitzmax
GLDrawPixmap( pixmap:TPixmap,x,y )
Helper function to draw a pixmap to a gl context
Draws the pixmap relative to top-left of current viewport.
This function is intended for debugging purposes only - performance is unlikely to be stellar.
Parameters
==========
Return Values
=============
Nothing.
Examples
========
See Also
========