Qualcomm barriers suck too
This commit is contained in:
parent
7ab99e8ea1
commit
c78b7702d9
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
|
|
||||||
public bool SupportsRenderPassBarrier(PipelineStageFlags flags)
|
public bool SupportsRenderPassBarrier(PipelineStageFlags flags)
|
||||||
{
|
{
|
||||||
return !IsMoltenVk;
|
return !IsMoltenVk || Vendor == Vendor.Qualcomm;
|
||||||
}
|
}
|
||||||
|
|
||||||
public unsafe void Dispose()
|
public unsafe void Dispose()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue