mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-26 17:49:13 +00:00
GPU: Implemented the B5G6R5 format.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Texture {
|
||||
|
||||
enum class TextureFormat : u32 {
|
||||
A8R8G8B8 = 0x8,
|
||||
B5G6R5 = 0x15,
|
||||
DXT1 = 0x24,
|
||||
DXT23 = 0x25,
|
||||
DXT45 = 0x26,
|
||||
|
||||
Reference in New Issue
Block a user