Integrating latest 47acbe8
This commit is contained in:
@@ -148,7 +148,7 @@ namespace ImageProcessing
|
||||
}
|
||||
else if (quality <= eQuality_Normal)
|
||||
{
|
||||
internalQuality = pvrtexture::eETCFastPerceptual;
|
||||
internalQuality = pvrtexture::eETCNormal;
|
||||
}
|
||||
else if (isUniform)
|
||||
{
|
||||
@@ -156,7 +156,7 @@ namespace ImageProcessing
|
||||
}
|
||||
else
|
||||
{
|
||||
internalQuality = pvrtexture::eETCSlowPerceptual;
|
||||
internalQuality = pvrtexture::eETCSlow;
|
||||
}
|
||||
}
|
||||
else if (IsASTCFormat(fmtDst))
|
||||
|
||||
Reference in New Issue
Block a user