mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 14:46:39 +00:00
Fix whitespace
This commit is contained in:
parent
d8d33417e9
commit
16a4374ae8
2 changed files with 3 additions and 3 deletions
|
@ -748,7 +748,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
_newState.DepthWriteEnable = oldDepthWriteEnable;
|
||||
_newState.ViewportsCount = oldViewportsCount;
|
||||
}
|
||||
|
||||
|
||||
_newState.Topology = oldTopology;
|
||||
|
||||
DynamicState.SetViewports(ref oldViewports, oldViewportsCount);
|
||||
|
@ -1114,7 +1114,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
_newState.TopologyClass = vkTopology;
|
||||
}
|
||||
|
||||
|
||||
_newState.Topology = vkTopology;
|
||||
|
||||
SignalStateChange();
|
||||
|
|
|
@ -132,7 +132,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
}
|
||||
|
||||
public PrimitiveTopology TopologyClass;
|
||||
|
||||
|
||||
public LogicOp LogicOp
|
||||
{
|
||||
readonly get => (LogicOp)((Internal.Id7 >> 20) & 0xF);
|
||||
|
|
Loading…
Reference in a new issue