mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoBackends: Support D24S8 abstract texture format
This commit is contained in:
@ -20,6 +20,7 @@ enum class AbstractTextureFormat : u32
|
||||
BPTC,
|
||||
R16,
|
||||
D16,
|
||||
D24_S8,
|
||||
R32F,
|
||||
D32F,
|
||||
D32F_S8,
|
||||
|
Reference in New Issue
Block a user