1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-18 18:42:03 +00:00

Disable scaled vertex formats

This commit is contained in:
Isaac Marovitz 2024-05-30 21:46:16 +01:00 committed by Isaac Marovitz
parent 4bb736d70a
commit 1c5937c40b

View file

@ -148,7 +148,7 @@ namespace Ryujinx.Graphics.Metal
supportsBgraFormat: true,
supportsR4G4Format: false,
supportsR4G4B4A4Format: true,
supportsScaledVertexFormats: true,
supportsScaledVertexFormats: false,
supportsSnormBufferTextureFormat: true,
supportsSparseBuffer: false,
supports5BitComponentFormat: true,