mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
VideoBackends: Support D24S8 abstract texture format
This commit is contained in:
parent
f5e8af7b6c
commit
b30342d38f
8 changed files with 44 additions and 9 deletions
|
@ -20,6 +20,7 @@ enum class AbstractTextureFormat : u32
|
|||
BPTC,
|
||||
R16,
|
||||
D16,
|
||||
D24_S8,
|
||||
R32F,
|
||||
D32F,
|
||||
D32F_S8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue