mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 11:00:05 +02:00
Revert "Gpu: exclude RGBA16Float texture format for fast DMA copy on Apple silicon."
This reverts commit b16f74ffd9.
This commit is contained in:
@@ -758,7 +758,6 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
supports5BitComponentFormat: supports5BitComponentFormat,
|
||||
supportsSparseBuffer: features2.Features.SparseBinding && mainQueueProperties.QueueFlags.HasFlag(QueueFlags.SparseBindingBit),
|
||||
supportsBlendEquationAdvanced: Capabilities.SupportsBlendEquationAdvanced,
|
||||
supportsFastDmaTextureCopy: !IsMoltenVk,
|
||||
supportsFragmentShaderInterlock: Capabilities.SupportsFragmentShaderInterlock,
|
||||
supportsFragmentShaderOrderingIntel: false,
|
||||
supportsGeometryShader: Capabilities.SupportsGeometryShader,
|
||||
|
||||
Reference in New Issue
Block a user