mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 14:37:11 +02:00
Implement scaled vertex format emulation (#5564)
* Implement scaled vertex format emulation * Auto-format (whitespace) * Delete ToVec4Type
This commit is contained in:
parent
fa2a7a31b0
commit
94d056d438
12 changed files with 164 additions and 8 deletions
|
@ -604,6 +604,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
supportsMismatchingViewFormat: true,
|
||||
supportsCubemapView: !IsAmdGcn,
|
||||
supportsNonConstantTextureOffset: false,
|
||||
supportsScaledVertexFormats: FormatCapabilities.SupportsScaledVertexFormats(),
|
||||
supportsShaderBallot: false,
|
||||
supportsShaderBarrierDivergence: Vendor != Vendor.Intel,
|
||||
supportsShaderFloat64: Capabilities.SupportsShaderFloat64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue