mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-02 14:37:12 -03:00
Set correct maximum supported anisotropy
This commit is contained in:
parent
7bdae9e552
commit
d3c0971acf
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace Ryujinx.Graphics.Metal
|
||||||
maximumTexturesPerStage: Constants.MaxTexturesPerStage,
|
maximumTexturesPerStage: Constants.MaxTexturesPerStage,
|
||||||
maximumImagesPerStage: Constants.MaxImagesPerStage,
|
maximumImagesPerStage: Constants.MaxImagesPerStage,
|
||||||
maximumComputeSharedMemorySize: (int)_device.MaxThreadgroupMemoryLength,
|
maximumComputeSharedMemorySize: (int)_device.MaxThreadgroupMemoryLength,
|
||||||
maximumSupportedAnisotropy: 0,
|
maximumSupportedAnisotropy: 16,
|
||||||
shaderSubgroupSize: 256,
|
shaderSubgroupSize: 256,
|
||||||
storageBufferOffsetAlignment: 16,
|
storageBufferOffsetAlignment: 16,
|
||||||
textureBufferOffsetAlignment: 16,
|
textureBufferOffsetAlignment: 16,
|
||||||
|
|
Loading…
Add table
Reference in a new issue