mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat
This commit is contained in:
parent
2cdc93f4ab
commit
e4896d39bd
14 changed files with 54 additions and 55 deletions
|
@ -77,15 +77,6 @@ enum class APIType
|
|||
Nothing
|
||||
};
|
||||
|
||||
// Texture formats that videocommon can upload/use.
|
||||
enum class HostTextureFormat : u32
|
||||
{
|
||||
RGBA8,
|
||||
DXT1,
|
||||
DXT3,
|
||||
DXT5
|
||||
};
|
||||
|
||||
inline u32 RGBA8ToRGBA6ToRGBA8(u32 src)
|
||||
{
|
||||
u32 color = src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue