.. _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 ========