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:
@@ -18,7 +18,7 @@ namespace crnlib
|
||||
inline void clear() { m_bounds[0].clear(); m_bounds[1].clear(); }
|
||||
|
||||
inline const T& operator[] (uint i) const { CRNLIB_ASSERT(i < 2); return m_bounds[i]; }
|
||||
inline T& operator[] (uint i) { CRNLIB_ASSERT(i < 2); return m_bounds[i]; }
|
||||
inline T& operator[] (uint i) { CRNLIB_ASSERT(i < 2); return m_bounds[i]; }
|
||||
|
||||
private:
|
||||
T m_bounds[2];
|
||||
|
||||
Reference in New Issue
Block a user