Rename 'Tex' to 'TEX' for consistency
This commit is contained in:
parent
ba3b904f34
commit
b151a22f6e
13 changed files with 128 additions and 128 deletions
|
@ -32,8 +32,8 @@ public:
|
|||
TexPool(uint32_t maxMemSize = 20000000 /* 20 MB */);
|
||||
~TexPool();
|
||||
|
||||
TexFBO request(int width, int height);
|
||||
void release(TexFBO &obj);
|
||||
TEXFBO request(int width, int height);
|
||||
void release(TEXFBO &obj);
|
||||
|
||||
void disable();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue