mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 15:57:51 +00:00
video_core: Implement RG8_SINT render target and fix RG8_UINT
This commit is contained in:
parent
c6e852f5c5
commit
469c89d31a
7 changed files with 14 additions and 1 deletions
|
@ -68,6 +68,7 @@ enum class RenderTargetFormat : u32 {
|
|||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
RG8_SINT = 0xEC,
|
||||
RG8_UINT = 0xED,
|
||||
R16_UNORM = 0xEE,
|
||||
R16_SNORM = 0xEF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue