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