Re: [PATCH 3/3] wined3d: Handle pre-transformed vertices in the GLSL vertex pipe.
June 15, 2013
8:34 a.m.
Am 14.06.2013 um 09:07 schrieb Henri Verbeet <hverbeet(a)codeweavers.com>:
+ shader_addline(buffer, "if (gl_Vertex.w != 0.0) gl_Position /= gl_Vertex.w;\n"); I think you have to disable the rhw divide in drawStridedSlow in case the application falls back to it despite this patch, e.g. because of specular fog or float16 emulation.
4844
Age (days ago)
4844
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Dösinger