mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Add support for VK_EXT_provoking_vertex
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user