WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit d3c0971acf - Show all commits

View File

@ -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,