early-access version 2212

This commit is contained in:
pineappleEA
2021-11-18 07:06:41 +01:00
parent 964516ac70
commit 27d8331649
11 changed files with 71 additions and 12 deletions

View File

@@ -83,6 +83,7 @@ enum class DepthFormat : u32 {
S8_UINT_Z24_UNORM = 0x14,
D24X8_UNORM = 0x15,
D24S8_UNORM = 0x16,
S8_UINT = 0x17,
D24C8_UNORM = 0x18,
D32_FLOAT_S8X24_UINT = 0x19,
};