wined3d: Silence false FIXME message.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0220d47c02
commit
eb5ed66aec
|
@ -1784,7 +1784,7 @@ static void shader_glsl_declare_generic_vertex_attribute(struct wined3d_string_b
|
||||||
index);
|
index);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (e->sysval_semantic)
|
if (e->sysval_semantic && e->sysval_semantic != WINED3D_SV_POSITION)
|
||||||
FIXME("Unhandled sysval semantic %#x.\n", e->sysval_semantic);
|
FIXME("Unhandled sysval semantic %#x.\n", e->sysval_semantic);
|
||||||
|
|
||||||
if (shader_glsl_use_explicit_attrib_location(gl_info))
|
if (shader_glsl_use_explicit_attrib_location(gl_info))
|
||||||
|
|
Loading…
Reference in New Issue