mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 10:16:40 +00:00
Minor change
This commit is contained in:
parent
ea44670330
commit
e7a4299400
1 changed files with 1 additions and 2 deletions
|
@ -1069,10 +1069,9 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
|
|
||||||
if (_supportExtDynamic)
|
if (_supportExtDynamic)
|
||||||
{
|
{
|
||||||
var oldTopologyClass = _newState.TopologyClass;
|
|
||||||
var newTopologyClass = Gd.TopologyRemap(topology).ConvertToClass();
|
var newTopologyClass = Gd.TopologyRemap(topology).ConvertToClass();
|
||||||
|
|
||||||
if ((oldTopologyClass != newTopologyClass))
|
if ((_newState.TopologyClass != newTopologyClass))
|
||||||
{
|
{
|
||||||
_newState.TopologyClass = newTopologyClass;
|
_newState.TopologyClass = newTopologyClass;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue