implemented glTF loading
This commit is contained in:
parent
7660bc09bc
commit
56559a9386
6 changed files with 186 additions and 35 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue