Updated Capabilities

This commit is contained in:
Isaac Marovitz 2024-05-14 12:28:35 -04:00
parent 39ba4d0e5a
commit ead0265dba
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -164,6 +164,7 @@ namespace Ryujinx.Graphics.OpenGL
supportsBgraFormat: false,
supportsR4G4Format: false,
supportsR4G4B4A4Format: true,
supportsScaledVertexFormats: true,
supportsSnormBufferTextureFormat: false,
supports5BitComponentFormat: true,
supportsSparseBuffer: false,
@ -178,7 +179,7 @@ namespace Ryujinx.Graphics.OpenGL
supportsMismatchingViewFormat: Capabilities.SupportsMismatchingViewFormat,
supportsCubemapView: true,
supportsNonConstantTextureOffset: Capabilities.SupportsNonConstantTextureOffset,
supportsScaledVertexFormats: true,
supportsQuads: Capabilities.SupportsQuads,
supportsSeparateSampler: false,
supportsShaderBallot: Capabilities.SupportsShaderBallot,
supportsShaderBarrierDivergence: !(intelWindows || intelUnix),