1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move DXT1 index fixup to texture compression class.

This commit is contained in:
Bartosz Taudul
2020-04-05 14:05:43 +02:00
parent a6468b6b6e
commit b19d5731ac
3 changed files with 37 additions and 26 deletions
+2
View File
@@ -36,6 +36,8 @@ public:
const char* Unpack( const FrameImage& image );
void FixOrder( char* data, size_t blocks );
uint64_t GetInputBytesCount() const { return m_inputBytes.load( std::memory_order_relaxed ); }
uint64_t GetOutputBytesCount() const { return m_outputBytes.load( std::memory_order_relaxed ); }