mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM.
- Used by Super Mario Odyssey.
This commit is contained in:
parent
06254058b4
commit
5381a038ca
2 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RG16_FLOAT = 0xDE,
|
||||
R11G11B10_FLOAT = 0xE0,
|
||||
R32_FLOAT = 0xE5,
|
||||
B5G6R5_UNORM = 0xE8,
|
||||
R16_FLOAT = 0xF2,
|
||||
R8_UNORM = 0xF3,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue