mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 11:17:49 +00:00
video_core: Implement RG32_SINT render target
This commit is contained in:
parent
469c89d31a
commit
ad494d0a3c
7 changed files with 13 additions and 0 deletions
|
@ -46,6 +46,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RGBA16_UINT = 0xC9,
|
||||
RGBA16_FLOAT = 0xCA,
|
||||
RG32_FLOAT = 0xCB,
|
||||
RG32_SINT = 0xCC,
|
||||
RG32_UINT = 0xCD,
|
||||
RGBX16_FLOAT = 0xCE,
|
||||
BGRA8_UNORM = 0xCF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue