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(),
|
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,
|
||||||
|
|
Loading…
Reference in a new issue