mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 03:08:28 +02:00
Fix a small size related issue on MapBufferEx and add the BC7U texture format
This commit is contained in:
@@ -202,6 +202,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
||||
{
|
||||
switch (Format)
|
||||
{
|
||||
case GalTextureFormat.BC7U:
|
||||
case GalTextureFormat.BC1:
|
||||
case GalTextureFormat.BC2:
|
||||
case GalTextureFormat.BC3:
|
||||
|
Reference in New Issue
Block a user