Renamed love.graphics.getMaxImageSize to love.graphics.getMaxTextureSize (old function is still there, but deprecated.)

This commit is contained in:
Alex Szpakowski
2014-01-09 22:18:37 -04:00
parent 6fcebf69e4
commit c64b3d2527
4 changed files with 10 additions and 8 deletions
+2 -3
View File
@@ -187,10 +187,9 @@ public:
void discardStencil();
/**
* Gets the maximum supported width or height of Images and Canvases on this
* system.
* Gets the maximum supported width or height of Textures on this system.
**/
int getMaxImageSize() const;
int getMaxTextureSize() const;
/**
* Creates an Image object with padding and/or optimization.