Simplify blit helper shader vertex order

This commit is contained in:
Billy Laws
2022-08-10 15:43:16 +01:00
parent c32bec071c
commit bf491f71f9
2 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@ namespace skyline::gpu {
.polygonMode = vk::PolygonMode::eFill,
.lineWidth = 1.0f,
.cullMode = vk::CullModeFlagBits::eNone,
.frontFace = vk::FrontFace::eCounterClockwise,
.frontFace = vk::FrontFace::eClockwise,
.depthBiasEnable = false
}, {
.provokingVertexMode = vk::ProvokingVertexModeEXT::eFirstVertex