mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-06 15:07:59 +00:00
GPU: Implement the A2BGR10 texture format.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Texture {
|
||||
|
||||
enum class TextureFormat : u32 {
|
||||
A8R8G8B8 = 0x8,
|
||||
A2B10G10R10 = 0x9,
|
||||
B5G6R5 = 0x15,
|
||||
DXT1 = 0x24,
|
||||
DXT23 = 0x25,
|
||||
|
||||
Reference in New Issue
Block a user