mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX)
This commit is contained in:
parent
df5a44a40b
commit
0019a36b41
2 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ enum class RenderTargetFormat : u32 {
|
|||
R32_UINT = 0xE4,
|
||||
R32_FLOAT = 0xE5,
|
||||
B5G6R5_UNORM = 0xE8,
|
||||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
R16_UNORM = 0xEE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue