Add single color checks to CUDA compressors.
Use optimized bitmap table for CTX compressor.
This commit is contained in:
@ -50,6 +50,7 @@ namespace nv
|
||||
private:
|
||||
|
||||
uint * m_bitmapTable;
|
||||
uint * m_bitmapTableCTX;
|
||||
uint * m_data;
|
||||
uint * m_result;
|
||||
|
||||
|
Reference in New Issue
Block a user