12345678910111213141516171819202122232425262728293031323334 |
- .. _func_graphics_gladjusttexsize:
- ===============
- GLAdjustTexSize
- ===============
- GLAdjustTexSize -
- Description
- ===========
- .. code-block:: blitzmax
- GLAdjustTexSize( width Var,height Var )
- Helper function to calculate nearest valid texture size
- This functions rounds @width and @height up to the nearest valid texture size
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|