mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 13:49:00 -06:00
Omit image format if possible, and fix BA bit (#1280)
* Omit image format if possible, and fix BA bit * Match extension name
This commit is contained in:
@@ -73,6 +73,7 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
{
|
||||
return new Capabilities(
|
||||
HwCapabilities.SupportsAstcCompression,
|
||||
HwCapabilities.SupportsImageLoadFormatted,
|
||||
HwCapabilities.SupportsNonConstantTextureOffset,
|
||||
HwCapabilities.MaximumComputeSharedMemorySize,
|
||||
HwCapabilities.StorageBufferOffsetAlignment,
|
||||
|
||||
Reference in New Issue
Block a user