mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 14:56:41 +00:00
Whitespaces
This commit is contained in:
parent
88786ba29c
commit
5c65880ec0
1 changed files with 2 additions and 2 deletions
|
@ -729,7 +729,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
var oldTopologyClass = GetTopologyClass(oldTopology);
|
||||
var newTopologyClass = GetTopologyClass(DynamicState.Topology);
|
||||
|
||||
|
||||
DynamicState.SetCullMode(oldCullMode);
|
||||
DynamicState.SetStencilTest(oldStencilTestEnable);
|
||||
DynamicState.SetDepthTestBool(oldDepthTestEnable, oldDepthWriteEnable);
|
||||
|
@ -1006,7 +1006,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
bool logicOpEnable = enable && (Gd.Vendor == Vendor.Nvidia || _newState.Internal.LogicOpsAllowed);
|
||||
|
||||
_newState.LogicOpEnable = logicOpEnable;
|
||||
|
||||
|
||||
if (Gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && logicOpEnable)
|
||||
{
|
||||
DynamicState.SetLogicOp(op.Convert());
|
||||
|
|
Loading…
Reference in a new issue