mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 03:47:48 +00:00
GPU: Implemented the A1B5G5R5 texture format (0x14)
This commit is contained in:
parent
4201782cea
commit
110515404c
4 changed files with 21 additions and 5 deletions
|
@ -16,6 +16,7 @@ namespace Texture {
|
|||
enum class TextureFormat : u32 {
|
||||
A8R8G8B8 = 0x8,
|
||||
A2B10G10R10 = 0x9,
|
||||
A1B5G5R5 = 0x14,
|
||||
B5G6R5 = 0x15,
|
||||
DXT1 = 0x24,
|
||||
DXT23 = 0x25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue