mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
bb82bc78f4
Avoid the need for manually set type attributes, and initialize the component count for all such formats. This fixes use of R11G11B10_FLOAT as a vertex attribute format with the GL backend. Since it has no corresponding typeless format, prior to this commit the component count was uninitialized and hence use of the format would result in a GL error. This fixes a GL error with Dark Souls Remastered. I did not immediately observe any corresponding rendering errors, however. |
||
---|---|---|
.. | ||
tests | ||
d3d10core.spec | ||
d3d10core_main.c | ||
Makefile.in | ||
version.rc |