mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
Enable primitive restart for rendering strip-topology meshes. Refs #862
This commit is contained in:
@@ -138,6 +138,11 @@ MeshDisplayPipelines VulkanDebugManager::CacheMeshDisplayPipelines(VkPipelineLay
|
||||
false,
|
||||
};
|
||||
|
||||
if(IsStrip(primary.topology))
|
||||
{
|
||||
ia.primitiveRestartEnable = true;
|
||||
}
|
||||
|
||||
VkRect2D scissor = {{0, 0}, {16384, 16384}};
|
||||
|
||||
VkPipelineViewportStateCreateInfo vp = {
|
||||
|
||||
Reference in New Issue
Block a user