diff options
author | gdkchan <gab.dark.100@gmail.com> | 2020-05-27 06:00:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 11:00:21 +0200 |
commit | 0b6d206daad7202d4e271118b631feb7dd363bbc (patch) | |
tree | 61f5e40728fb77eb2ea4628cb4b94caef86b4a0a /Ryujinx.Graphics.OpenGL/Renderer.cs | |
parent | b663cd22c87f13f40e1753bf22bef12d08bf6f3e (diff) |
Omit image format if possible, and fix BA bit (#1280)
* Omit image format if possible, and fix BA bit
* Match extension name
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Renderer.cs')
-rw-r--r-- | Ryujinx.Graphics.OpenGL/Renderer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs index 15b223f5..c839c296 100644 --- a/Ryujinx.Graphics.OpenGL/Renderer.cs +++ b/Ryujinx.Graphics.OpenGL/Renderer.cs @@ -73,6 +73,7 @@ namespace Ryujinx.Graphics.OpenGL { return new Capabilities( HwCapabilities.SupportsAstcCompression, + HwCapabilities.SupportsImageLoadFormatted, HwCapabilities.SupportsNonConstantTextureOffset, HwCapabilities.MaximumComputeSharedMemorySize, HwCapabilities.StorageBufferOffsetAlignment, |