Initial checkin of v1.04 - KTX file format support, basic ETC1 compression/decompression, Linux makefile with proper gcc options, lots of high-level improvements to get crnlib into a state where I can more easily add additional formats.
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ namespace crnlib
|
||||
{
|
||||
clear();
|
||||
}
|
||||
|
||||
|
||||
// up to, but not including right/bottom
|
||||
inline rect(int left, int top, int right, int bottom)
|
||||
{
|
||||
set(left, top, right, bottom);
|
||||
|
||||
Reference in New Issue
Block a user