Disable scaled vertex formats
This commit is contained in:
parent
4bb736d70a
commit
1c5937c40b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
supportsBgraFormat: true,
|
||||
supportsR4G4Format: false,
|
||||
supportsR4G4B4A4Format: true,
|
||||
supportsScaledVertexFormats: true,
|
||||
supportsScaledVertexFormats: false,
|
||||
supportsSnormBufferTextureFormat: true,
|
||||
supportsSparseBuffer: false,
|
||||
supports5BitComponentFormat: true,
|
||||
|
|
Loading…
Reference in a new issue