Added love.graphics.getMaxImageSize

This commit is contained in:
Alex Szpakowski
2013-07-17 00:35:25 -03:00
parent 5a3055dd3b
commit 57aa632841
4 changed files with 19 additions and 0 deletions
+6
View File
@@ -216,6 +216,12 @@ public:
*/
unsigned char getAlphaTestRef();
/**
* Gets the maximum supported width or height of Images and Canvases on this
* system.
**/
int getMaxImageSize() const;
/**
* Creates an Image object with padding and/or optimization.
**/