Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-08-21 16:53:43 -03:00
23 changed files with 282 additions and 19 deletions
+4
View File
@@ -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();