From: Mikko Rasa Date: Fri, 11 Mar 2022 12:53:32 +0000 (+0200) Subject: Change front face logic on Vulkan to match the OpenGL backend X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=9c62dbb21e979d23c2e7cf0aff3746402718c7b2;hp=9c62dbb21e979d23c2e7cf0aff3746402718c7b2;p=libs%2Fgl.git Change front face logic on Vulkan to match the OpenGL backend 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. ---