Files
love/src/modules
Alex Szpakowski 7161d600b7 Add mipmapping support to Canvases.
- Added an optional mipmap index argument to the non-table variant of love.graphics.setCanvas, and an optional ‘mipmap’ field to the table variant.
- Canvas:setMipmapFilter now works.
- Added Canvas:generateMipmaps.
- Added Canvas:getMipmapMode.
- Added a new ‘mipmaps’ enum field to the table passed into love.graphics.newCanvas. Accepted values are “none” (default), “manual”, and “auto”.

If a Canvas has the manual mipmap mode, you will either need to render to a mipmap level or call Canvas:generateMipmaps. If it has the auto mode, mipmaps will be automatically generated after rendering to that Canvas. Generating mipmaps is not free.

--HG--
branch : minor
2017-04-15 01:58:03 -03:00
..
2017-04-07 12:04:58 +02:00
2017-01-02 01:28:29 -04:00
2017-01-02 01:28:29 -04:00
2017-01-02 01:28:29 -04:00
2017-01-21 12:06:35 -04:00
2017-02-11 21:41:22 +01:00
2017-01-02 01:28:29 -04:00
2017-01-02 01:28:29 -04:00
2017-01-02 01:28:29 -04:00