From 56559a93868f303bcd4c9e3d0a0891f084672386 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Mon, 24 Mar 2025 19:40:35 +0100 Subject: implemented glTF loading --- src/rendering/vulkan.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rendering/vulkan.zig') diff --git a/src/rendering/vulkan.zig b/src/rendering/vulkan.zig index 8e937dc..556a465 100644 --- a/src/rendering/vulkan.zig +++ b/src/rendering/vulkan.zig @@ -372,7 +372,7 @@ pub fn GraphicsPipeline(comptime n: usize) type { .polygonMode = c.VK_POLYGON_MODE_FILL, .lineWidth = 1.0, .cullMode = c.VK_CULL_MODE_BACK_BIT, - .frontFace = c.VK_FRONT_FACE_CLOCKWISE, + .frontFace = c.VK_FRONT_FACE_COUNTER_CLOCKWISE, .depthBiasEnable = c.VK_FALSE, }; -- cgit v1.2.3