mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
vk: remove duplicate condition in pipeline_props struct equal operator
This commit is contained in:
parent
32776db8a6
commit
d9d7634f8b
@ -40,9 +40,6 @@ namespace vk
|
||||
if (memcmp(&state.ds, &other.state.ds, sizeof(VkPipelineDepthStencilStateCreateInfo)))
|
||||
return false;
|
||||
|
||||
if (num_targets != other.num_targets)
|
||||
return false;
|
||||
|
||||
return num_targets == other.num_targets;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user