implemented glTF loading

This commit is contained in:
Lorenzo Torres 2025-03-24 19:40:35 +01:00
parent 7660bc09bc
commit 56559a9386
6 changed files with 186 additions and 35 deletions

View file

@ -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,
};