mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 20:45:42 -04:00
GPU: Fix GLES compile error
This commit is contained in:
parent
5e05328dea
commit
a432308908
@ -184,7 +184,7 @@ CONSTANT float3 SENSITIVITY = float3(0.08f, 0.08f, 0.08f);
|
|||||||
// Directly uses the pixel from the Current Field
|
// Directly uses the pixel from the Current Field
|
||||||
o_col0.rgb = cur;
|
o_col0.rgb = cur;
|
||||||
}
|
}
|
||||||
else if (row > 0 && row < u_height && mmax > 0.0f)
|
else if (row > 0u && row < u_height && mmax > 0.0f)
|
||||||
{
|
{
|
||||||
// Reconstructs the missing pixel as the average of the same pixel from the line above and the
|
// Reconstructs the missing pixel as the average of the same pixel from the line above and the
|
||||||
// line below it in the Current Field.
|
// line below it in the Current Field.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user