Skip to content

zink: add provoking vertex mode lowering

Antonino Maniscalco requested to merge antonino/mesa:pv_emulation_rebase into main

This MR adds a fallback for when VK_EXT_provoking_vertex is missing.

It emulates provoking vertex mode with a geometry shader

Merge request reports