more tests\n

main
noah metz 2024-01-13 02:25:31 -07:00
parent 61e1e6fcef
commit bf291bd6e1
1 changed files with 1 additions and 1 deletions

@ -1310,7 +1310,7 @@ VkPipeline create_graphics_pipeline(
.rasterizerDiscardEnable = VK_FALSE, .rasterizerDiscardEnable = VK_FALSE,
.polygonMode = VK_POLYGON_MODE_FILL, .polygonMode = VK_POLYGON_MODE_FILL,
.lineWidth = 1.0f, .lineWidth = 1.0f,
.cullMode = VK_CULL_MODE_NONE, .cullMode = VK_CULL_MODE_BACK_BIT,
.frontFace = VK_FRONT_FACE_CLOCKWISE, .frontFace = VK_FRONT_FACE_CLOCKWISE,
.depthBiasEnable = VK_FALSE, .depthBiasEnable = VK_FALSE,
.depthBiasConstantFactor = 0.0f, .depthBiasConstantFactor = 0.0f,