mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 13:40:14 +02:00
Code review feedback
This commit is contained in:
parent
a7b3393d4d
commit
33e97528ff
@ -4279,6 +4279,12 @@ namespace
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (filter & TEX_FILTER_FLOAT_X2BIAS)
|
||||||
|
{
|
||||||
|
// X2 Scale & Bias conversions not supported by WIC code paths
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
#if defined(_XBOX_ONE) && defined(_TITLE)
|
#if defined(_XBOX_ONE) && defined(_TITLE)
|
||||||
if (sformat == DXGI_FORMAT_R16G16B16A16_FLOAT
|
if (sformat == DXGI_FORMAT_R16G16B16A16_FLOAT
|
||||||
|| sformat == DXGI_FORMAT_R16_FLOAT
|
|| sformat == DXGI_FORMAT_R16_FLOAT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user