mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -149,6 +149,8 @@ public:
|
||||
static bool getConstant(const char *in, FlagType &out);
|
||||
static bool getConstant(FlagType in, const char *&out);
|
||||
|
||||
static int imageCount;
|
||||
|
||||
private:
|
||||
|
||||
void uploadDefaultTexture();
|
||||
@@ -179,6 +181,8 @@ private:
|
||||
// back to a default texture.
|
||||
bool usingDefaultTexture;
|
||||
|
||||
size_t textureMemorySize;
|
||||
|
||||
void preload();
|
||||
|
||||
void uploadCompressedData();
|
||||
|
||||
Reference in New Issue
Block a user