mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-10-02 16:50:20 -07:00
Fix missing S8 format on texture compatibility check
This commit is contained in:
parent
32764f9560
commit
ffaad0eaac
@ -105,6 +105,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||||||
case Format.D24UnormS8Uint:
|
case Format.D24UnormS8Uint:
|
||||||
case Format.D32Float:
|
case Format.D32Float:
|
||||||
case Format.D32FloatS8Uint:
|
case Format.D32FloatS8Uint:
|
||||||
|
case Format.S8Uint:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user