mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-01 05:23:04 +00:00
Updated Capabilities
This commit is contained in:
parent
39ba4d0e5a
commit
ead0265dba
1 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue