No need to by reference
This commit is contained in:
parent
07ac4192cd
commit
5894ef043b
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
_dirty |= DirtyFlags.DepthTestCompareOp;
|
||||
}
|
||||
|
||||
public void SetPrimitiveTopology(ref PrimitiveTopology topology)
|
||||
public void SetPrimitiveTopology(PrimitiveTopology topology)
|
||||
{
|
||||
Topology = topology;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue