mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 07:09:55 -06:00
Fix missing S8 format on texture compatibility check
This commit is contained in:
@ -105,6 +105,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
case Format.D24UnormS8Uint:
|
||||
case Format.D32Float:
|
||||
case Format.D32FloatS8Uint:
|
||||
case Format.S8Uint:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user