surface: Correct format S8Z24
This commit is contained in:
parent
03d489dcf5
commit
082740d34d
4 changed files with 5 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue