Disable Vector Indexing Bug Workaround
This commit is contained in:
parent
efb7baf15c
commit
4bb736d70a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
vendorName: HardwareInfoTools.GetVendor(),
|
||||
SystemMemoryType.UnifiedMemory,
|
||||
hasFrontFacingBug: false,
|
||||
hasVectorIndexingBug: true,
|
||||
hasVectorIndexingBug: false,
|
||||
needsFragmentOutputSpecialization: true,
|
||||
reduceShaderPrecision: true,
|
||||
supportsAstcCompression: true,
|
||||
|
|
Loading…
Reference in a new issue