mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AbstractTexture: Add support for depth textures/formats
This commit is contained in:
@ -18,6 +18,11 @@ enum class AbstractTextureFormat : u32
|
||||
DXT3,
|
||||
DXT5,
|
||||
BPTC,
|
||||
R16,
|
||||
D16,
|
||||
R32F,
|
||||
D32F,
|
||||
D32F_S8,
|
||||
Undefined
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user