]> git.tdb.fi Git - libs/gl.git/commitdiff
Change front face logic on Vulkan to match the OpenGL backend
authorMikko Rasa <tdb@tdb.fi>
Fri, 11 Mar 2022 12:53:32 +0000 (14:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 11 Mar 2022 21:29:32 +0000 (23:29 +0200)
Front face is always set, not only when face cull is enabled.  Since we
pretend that NDC has the same orientation as on OpenGL, face winding gets
inverted.

This will probably produce incorrect results if anything rendering to a
swapchain image relies on winding.


No differences found