Commit a8585c2d authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Fix comment in init_format_texture_info().

parent e71f35fc
......@@ -2378,7 +2378,7 @@ static BOOL init_format_texture_info(struct wined3d_adapter *adapter, struct win
&& (format->flags[WINED3D_GL_RES_TYPE_TEX_2D] & WINED3DFMT_FLAG_FLOAT))
continue;
/* ARB_texture_rg defines integer formats if ARB_texture_integer is also supported. */
/* ARB_texture_rg defines integer formats if EXT_texture_integer is also supported. */
if (!gl_info->supported[EXT_TEXTURE_INTEGER]
&& (format->flags[WINED3D_GL_RES_TYPE_TEX_2D] & WINED3DFMT_FLAG_INTEGER))
continue;
......
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