mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
gl_rasterizer: Implement render target format RGBA8_SNORM.
- Used by Super Mario Odyssey.
This commit is contained in:
parent
83274a5a47
commit
e8a695064b
4 changed files with 83 additions and 64 deletions
|
@ -26,6 +26,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RGB10_A2_UNORM = 0xD1,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
RGBA8_SNORM = 0xD7,
|
||||
RG16_UNORM = 0xDA,
|
||||
RG16_SNORM = 0xDB,
|
||||
RG16_SINT = 0xDC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue