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(),
|
vendorName: HardwareInfoTools.GetVendor(),
|
||||||
SystemMemoryType.UnifiedMemory,
|
SystemMemoryType.UnifiedMemory,
|
||||||
hasFrontFacingBug: false,
|
hasFrontFacingBug: false,
|
||||||
hasVectorIndexingBug: true,
|
hasVectorIndexingBug: false,
|
||||||
needsFragmentOutputSpecialization: true,
|
needsFragmentOutputSpecialization: true,
|
||||||
reduceShaderPrecision: true,
|
reduceShaderPrecision: true,
|
||||||
supportsAstcCompression: true,
|
supportsAstcCompression: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user