mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
HiresTextures: Support loading BC7 (BPTC) from DDS files
This commit is contained in:
@ -15,7 +15,8 @@ enum class AbstractTextureFormat : u32
|
||||
RGBA8,
|
||||
DXT1,
|
||||
DXT3,
|
||||
DXT5
|
||||
DXT5,
|
||||
BPTC
|
||||
};
|
||||
|
||||
struct TextureConfig
|
||||
|
Reference in New Issue
Block a user