12345678910111213141516171819202122232425262728293031323334353637 |
- .. _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.<br>
- <br>
- This function is intended for debugging purposes only - performance is unlikely to be stellar.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|