VideoBackends: Support D24S8 abstract texture format

This commit is contained in:
Stenzek
2018-07-17 13:22:48 +10:00
parent f5e8af7b6c
commit b30342d38f
8 changed files with 44 additions and 9 deletions

View File

@ -20,6 +20,7 @@ enum class AbstractTextureFormat : u32
BPTC,
R16,
D16,
D24_S8,
R32F,
D32F,
D32F_S8,