WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit cedc8e00df - Show all commits

View File

@ -209,7 +209,8 @@ namespace Ryujinx.Graphics.Metal
shaderSubgroupSize: 256, shaderSubgroupSize: 256,
storageBufferOffsetAlignment: 16, storageBufferOffsetAlignment: 16,
textureBufferOffsetAlignment: 16, textureBufferOffsetAlignment: 16,
gatherBiasPrecision: 0 gatherBiasPrecision: 0,
maximumGpuMemory: 0
); );
} }