Set correct maximum supported anisotropy

This commit is contained in:
Isaac Marovitz 2024-09-29 01:17:21 +02:00
parent cedc8e00df
commit e60b90fc47
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -205,7 +205,7 @@ namespace Ryujinx.Graphics.Metal
maximumTexturesPerStage: Constants.MaxTexturesPerStage,
maximumImagesPerStage: Constants.MaxImagesPerStage,
maximumComputeSharedMemorySize: (int)_device.MaxThreadgroupMemoryLength,
maximumSupportedAnisotropy: 0,
maximumSupportedAnisotropy: 16,
shaderSubgroupSize: 256,
storageBufferOffsetAlignment: 16,
textureBufferOffsetAlignment: 16,