mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
turnip: fix triangle strip
Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
b7093882eb
commit
8580726f90
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ tu6_primtype(VkPrimitiveTopology topology)
|
|||
case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST:
|
||||
return DI_PT_TRILIST;
|
||||
case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP:
|
||||
return DI_PT_TRILIST;
|
||||
return DI_PT_TRISTRIP;
|
||||
case VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN:
|
||||
return DI_PT_TRIFAN;
|
||||
case VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue