mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
Updated EvaluateImage (markdown)
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);
|
||||
|
Loading…
Reference in New Issue
Block a user