mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
AbstractTexture: Add support for depth textures/formats
This commit is contained in:
parent
6374a4c4a8
commit
2a6d9e4713
7 changed files with 155 additions and 16 deletions
|
@ -18,6 +18,11 @@ enum class AbstractTextureFormat : u32
|
|||
DXT3,
|
||||
DXT5,
|
||||
BPTC,
|
||||
R16,
|
||||
D16,
|
||||
R32F,
|
||||
D32F,
|
||||
D32F_S8,
|
||||
Undefined
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue