mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-06 07:18:02 +00:00
Whitespace fix
This commit is contained in:
parent
3f7a3ac558
commit
38c9ec925c
@ -1064,7 +1064,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||||||
public void SetPrimitiveTopology(PrimitiveTopology topology)
|
public void SetPrimitiveTopology(PrimitiveTopology topology)
|
||||||
{
|
{
|
||||||
topology = _newState.HasTessellationControlShader ? PrimitiveTopology.Patches : topology;
|
topology = _newState.HasTessellationControlShader ? PrimitiveTopology.Patches : topology;
|
||||||
|
|
||||||
_topology = topology;
|
_topology = topology;
|
||||||
|
|
||||||
var vkTopology = Gd.TopologyRemap(topology).Convert();
|
var vkTopology = Gd.TopologyRemap(topology).Convert();
|
||||||
|
Loading…
Reference in New Issue
Block a user