Renderer: Implement and fix front face (winding order) between Vulkan / OpenGL
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Nz::GL
|
||||
|
||||
virtual void SwapBuffers() = 0;
|
||||
|
||||
void UpdateStates(const RenderStates& renderStates) const;
|
||||
void UpdateStates(const RenderStates& renderStates, bool isViewportFlipped) const;
|
||||
|
||||
#define NAZARA_OPENGLRENDERER_FUNC(name, sig) sig name = nullptr;
|
||||
NAZARA_OPENGLRENDERER_FOREACH_GLES_FUNC(NAZARA_OPENGLRENDERER_FUNC, NAZARA_OPENGLRENDERER_FUNC)
|
||||
|
||||
Reference in New Issue
Block a user