mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 15:28:34 -05:00
surface: Correct format S8Z24
This commit is contained in:
committed by
ReinUsesLisp
parent
03d489dcf5
commit
082740d34d
@ -52,9 +52,9 @@ enum class TextureFormat : u32 {
|
||||
DXT45 = 0x26,
|
||||
DXN1 = 0x27,
|
||||
DXN2 = 0x28,
|
||||
Z24S8 = 0x29,
|
||||
S8Z24 = 0x29,
|
||||
X8Z24 = 0x2a,
|
||||
S8Z24 = 0x2b,
|
||||
Z24S8 = 0x2b,
|
||||
X4V4Z24__COV4R4V = 0x2c,
|
||||
X4V4Z24__COV8R8V = 0x2d,
|
||||
V8Z24__COV4R12V = 0x2e,
|
||||
|
Reference in New Issue
Block a user