wined3d: Convert rtInternal and glGammaInternal.

This commit is contained in:
Diego Nieto Cid 2012-01-07 12:23:47 -03:00 committed by Alexandre Julliard
parent dc02e4d1a7
commit 759bad0202
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}