1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 22:40:06 +00:00

Updated EvaluateImage (markdown)

Chuck Walbourn 2016-09-23 17:19:24 -07:00
parent e53e1eae15
commit adb412cddc

@ -26,7 +26,6 @@ This function computes the maximum luminance of an input.
XMVECTOR v = *pixels++;
v = XMVectorSaturate(v);
v = XMVector3Dot(v, s_luminance);
maxLum = XMVectorMax(v, maxLum);