[PATCH 4/5] wined3d: Set undefined vertex attributes to 0.0.

Stefan Dösinger stefandoesinger at gmx.at
Tue Jun 12 10:43:09 CDT 2012


Am Dienstag, 12. Juni 2012, 17:03:49 schrieb Henri Verbeet:
> +            if (state->vertex_shader->reg_maps.input_registers & (1 << i))
> +                GL_EXTCALL(glVertexAttrib4fARB(i, 0.0f, 0.0f, 0.0f, 0.0f));
Does an application need this? Afair Windows drivers have implementation-
specific behavior here that pretty much matches their GL counterparts.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20120612/c8ec57dd/attachment.pgp>


More information about the wine-devel mailing list