early-access version 3098

This commit is contained in:
pineappleEA
2022-11-08 03:37:36 +01:00
parent 9b08ac8a80
commit ca0b9fc44b
11 changed files with 60 additions and 63 deletions

View File

@@ -76,7 +76,7 @@ Shader::RuntimeInfo MakeRuntimeInfo(const GraphicsPipelineKey& key,
}
break;
case Shader::Stage::TessellationEval:
// Flip the face, as opengl's drawing is also flipped
// Flip the face, as OpenGL's drawing is flipped.
info.tess_clockwise = key.tessellation_clockwise == 0;
info.tess_primitive = [&key] {
switch (key.tessellation_primitive) {