Add support for VK_EXT_provoking_vertex

This commit is contained in:
baldurk
2023-06-15 16:10:06 +01:00
parent 367d55d88d
commit 4b87803071
15 changed files with 170 additions and 12 deletions
+2
View File
@@ -855,6 +855,8 @@ See :data:`conservativeRasterizationMode`
)");
float extraPrimitiveOverestimationSize = 0.0f;
DOCUMENT("Whether the provoking vertex is the first one (default behaviour).");
bool provokingVertexFirst = true;
DOCUMENT("Whether depth biasing is enabled.");
bool depthBiasEnable = false;
DOCUMENT("The fixed depth bias value to apply to z-values.");