mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 06:57:13 +02:00
Support ballot operations with divergent control flow on Adreno
This commit is contained in:
parent
dca4091930
commit
698ac0413b
11 changed files with 66 additions and 6 deletions
|
@ -616,6 +616,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
supportsNonConstantTextureOffset: false,
|
||||
supportsScaledVertexFormats: FormatCapabilities.SupportsScaledVertexFormats(),
|
||||
supportsShaderBallot: false,
|
||||
supportsShaderBallotDivergence: Vendor != Vendor.Qualcomm,
|
||||
supportsShaderBarrierDivergence: Vendor != Vendor.Intel,
|
||||
supportsShaderFloat64: Capabilities.SupportsShaderFloat64,
|
||||
supportsTextureGatherOffsets: features2.Features.ShaderImageGatherExtended && !IsMoltenVk,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue