mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-29 21:41:32 -08:00
Disable scaled vertex formats
This commit is contained in:
parent
4bb736d70a
commit
1c5937c40b
@ -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…
x
Reference in New Issue
Block a user