Disable scaled vertex formats

This commit is contained in:
Isaac Marovitz 2024-05-30 21:46:16 +01:00
parent a2328bd8fb
commit 1d96ca6c80
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

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,