Add support for D3D9 and D3D10 decoders. Fixes issue 157.
This commit is contained in:
@ -381,7 +381,7 @@ namespace
|
||||
static uint computeAlphaIndices(const ColorBlock & rgba, AlphaBlockDXT5 * block)
|
||||
{
|
||||
uint8 alphas[8];
|
||||
block->evaluatePalette(alphas);
|
||||
block->evaluatePalette(alphas, false); // @@ Use target decoder.
|
||||
|
||||
uint totalError = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user