Commit 759bad02 authored by Diego Nieto Cid's avatar Diego Nieto Cid Committed by Alexandre Julliard

wined3d: Convert rtInternal and glGammaInternal.

parent dc02e4d1
......@@ -4531,6 +4531,12 @@ HRESULT d3dfmt_get_conv(const struct wined3d_surface *surface, BOOL need_alpha_c
break;
}
if (*convert != NO_CONVERSION)
{
format->rtInternal = format->glInternal;
format->glGammaInternal = format->glInternal;
}
return WINED3D_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment