Disable quick green compressor, until I figure out what's the problem with it.
This commit is contained in:
@ -904,10 +904,12 @@ void nv::compressGreenBlock_BruteForce(const ColorBlock & rgba, BlockDXT1 * bloc
|
||||
maxg = max(maxg, green);
|
||||
}
|
||||
|
||||
block->col0.u = 0;
|
||||
block->col1.u = 0;
|
||||
block->col0.r = 31;
|
||||
block->col1.r = 31;
|
||||
block->col0.g = maxg;
|
||||
block->col1.g = ming;
|
||||
block->col0.b = 0;
|
||||
block->col1.b = 0;
|
||||
|
||||
if (maxg - ming > 4)
|
||||
{
|
||||
|
Reference in New Issue
Block a user