mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
vk: remove duplicate condition in pipeline_props struct equal operator
This commit is contained in:
parent
32776db8a6
commit
d9d7634f8b
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,6 @@ namespace vk
|
||||||
if (memcmp(&state.ds, &other.state.ds, sizeof(VkPipelineDepthStencilStateCreateInfo)))
|
if (memcmp(&state.ds, &other.state.ds, sizeof(VkPipelineDepthStencilStateCreateInfo)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (num_targets != other.num_targets)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return num_targets == other.num_targets;
|
return num_targets == other.num_targets;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue