surface: Correct format S8Z24

This commit is contained in:
Fernando Sahmkow 2019-06-14 16:40:04 -04:00 committed by ReinUsesLisp
parent 03d489dcf5
commit 082740d34d
4 changed files with 5 additions and 9 deletions

View file

@ -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,