Disable Vector Indexing Bug Workaround
This commit is contained in:
committed by
Evan Husted
parent
e615d7d849
commit
39bfd55958
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user