mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Disable scaled vertex formats
This commit is contained in:
parent
39bfd55958
commit
51b4ffeb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ namespace Ryujinx.Graphics.Metal
|
||||||
supportsBgraFormat: true,
|
supportsBgraFormat: true,
|
||||||
supportsR4G4Format: false,
|
supportsR4G4Format: false,
|
||||||
supportsR4G4B4A4Format: true,
|
supportsR4G4B4A4Format: true,
|
||||||
supportsScaledVertexFormats: true,
|
supportsScaledVertexFormats: false,
|
||||||
supportsSnormBufferTextureFormat: true,
|
supportsSnormBufferTextureFormat: true,
|
||||||
supportsSparseBuffer: false,
|
supportsSparseBuffer: false,
|
||||||
supports5BitComponentFormat: true,
|
supports5BitComponentFormat: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue