mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-03 22:43:07 +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,
|
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),
|
||||||
|
|
Loading…
Reference in a new issue