12345678910111213141516171819202122232425262728293031323334 |
- .. _func_graphics_gltexfrompixmap:
- ===============
- GLTexFromPixmap
- ===============
- GLTexFromPixmap -
- Description
- ===========
- .. code-block:: blitzmax
- GLTexFromPixmap( pixmap:TPixmap,mipmap=True )
- Helper function to create a texture from a pixmap
- @pixmap is resized to a valid texture size before conversion.
- Parameters
- ==========
- Return Values
- =============
- Integer GL Texture name
- Examples
- ========
- See Also
- ========
|