GAL Changes

This commit is contained in:
Isaac Marovitz 2024-09-29 01:06:10 +02:00 committed by Evan Husted
parent 567b0a5027
commit 7bdae9e552

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
); );
} }