mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 01:17:47 +00:00
video_core: Implement R8_SINT render target
This commit is contained in:
parent
29e5516bb8
commit
c6e852f5c5
7 changed files with 13 additions and 0 deletions
|
@ -76,6 +76,7 @@ enum class RenderTargetFormat : u32 {
|
|||
R16_FLOAT = 0xF2,
|
||||
R8_UNORM = 0xF3,
|
||||
R8_SNORM = 0xF4,
|
||||
R8_SINT = 0xF5,
|
||||
R8_UINT = 0xF6,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue