Allow render pass barriers on turnip for now
This commit is contained in:
parent
e7bd0a8b47
commit
1c6b9794ca
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
public bool SupportsRenderPassBarrier(PipelineStageFlags flags)
|
||||
{
|
||||
return !(IsMoltenVk || Vendor == Vendor.Qualcomm);
|
||||
return !(IsMoltenVk || IsQualcommProprietary);
|
||||
}
|
||||
|
||||
public unsafe void Dispose()
|
||||
|
|
Loading…
Add table
Reference in a new issue