mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
AbstractTexture: Support BGRA8 formats
Used for some driver's swap chains, and EFB to RAM.
This commit is contained in:
@ -13,10 +13,12 @@
|
||||
enum class AbstractTextureFormat : u32
|
||||
{
|
||||
RGBA8,
|
||||
BGRA8,
|
||||
DXT1,
|
||||
DXT3,
|
||||
DXT5,
|
||||
BPTC
|
||||
BPTC,
|
||||
Undefined
|
||||
};
|
||||
|
||||
struct TextureConfig
|
||||
|
Reference in New Issue
Block a user