mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Video: add R10B10G10A2 and R16G16B16A16F texture types (needed by PR 11850)
This commit is contained in:
@ -13,6 +13,8 @@ enum class AbstractTextureFormat : u32
|
||||
{
|
||||
RGBA8,
|
||||
BGRA8,
|
||||
RGB10_A2,
|
||||
RGBA16F,
|
||||
DXT1,
|
||||
DXT3,
|
||||
DXT5,
|
||||
|
Reference in New Issue
Block a user