Missed line
This commit is contained in:
parent
f43413f374
commit
ba56c1d3b3
1 changed files with 0 additions and 5 deletions
|
@ -460,7 +460,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
rasterizationState.LineWidth = 1.0f;
|
||||
}
|
||||
|
||||
|
||||
if (!supportsExtDynamicState2)
|
||||
{
|
||||
rasterizationState.DepthBiasEnable = DepthBiasEnable;
|
||||
|
@ -552,10 +551,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
}
|
||||
}
|
||||
|
||||
// AMD has a bug where it enables logical operations even for float formats,
|
||||
// so we need to force disable them here.
|
||||
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd || Internal.LogicOpsAllowed);
|
||||
|
||||
var colorBlendState = new PipelineColorBlendStateCreateInfo
|
||||
{
|
||||
SType = StructureType.PipelineColorBlendStateCreateInfo,
|
||||
|
|
Loading…
Reference in a new issue