mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 14:04:55 +03:00
Get build working again (values likely wrong)
This commit is contained in:
parent
398b6cb60e
commit
7182ac7233
@ -163,10 +163,12 @@ namespace Ryujinx.Graphics.Metal
|
||||
supportsMismatchingViewFormat: true,
|
||||
supportsCubemapView: true,
|
||||
supportsNonConstantTextureOffset: false,
|
||||
supportsScaledVertexFormats: true,
|
||||
supportsShaderBallot: false,
|
||||
supportsShaderBarrierDivergence: false,
|
||||
supportsShaderFloat64: false,
|
||||
supportsTextureShadowLod: false,
|
||||
supportsVertexStoreAndAtomics: false,
|
||||
supportsViewportIndexVertexTessellation: false,
|
||||
supportsViewportMask: false,
|
||||
supportsViewportSwizzle: false,
|
||||
@ -178,7 +180,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
maximumImagesPerStage: Constants.MaxTextureBindings,
|
||||
maximumComputeSharedMemorySize: (int)_device.MaxThreadgroupMemoryLength,
|
||||
maximumSupportedAnisotropy: 0,
|
||||
shaderSubgroupSize: 256,
|
||||
storageBufferOffsetAlignment: 0,
|
||||
textureBufferOffsetAlignment: 0,
|
||||
gatherBiasPrecision: 0
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user