mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 19:27:51 -05:00
GPU: Implemented the A1B5G5R5 texture format (0x14)
This commit is contained in:
@ -16,6 +16,7 @@ namespace Texture {
|
||||
enum class TextureFormat : u32 {
|
||||
A8R8G8B8 = 0x8,
|
||||
A2B10G10R10 = 0x9,
|
||||
A1B5G5R5 = 0x14,
|
||||
B5G6R5 = 0x15,
|
||||
DXT1 = 0x24,
|
||||
DXT23 = 0x25,
|
||||
|
Reference in New Issue
Block a user