mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Fixed triangle strips
This commit is contained in:
parent
68ca71d8a4
commit
5f8976fbd4
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ namespace dxvk {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP:
|
case D3D11_PRIMITIVE_TOPOLOGY_TRIANGLESTRIP:
|
||||||
iaState.primitiveTopology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
|
iaState.primitiveTopology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
|
||||||
iaState.primitiveRestart = VK_TRUE;
|
iaState.primitiveRestart = VK_TRUE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue