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:
@@ -66,6 +66,8 @@ namespace crnlib
|
||||
|
||||
m_nodes.push_back(root);
|
||||
|
||||
// Warning: if this code is NOT compiled with -fno-strict-aliasing, m_nodes.get_ptr() can be NULL here. (Argh!)
|
||||
|
||||
uint total_leaves = 1;
|
||||
|
||||
while (total_leaves < max_size)
|
||||
|
||||
Reference in New Issue
Block a user