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