video_core: Implement RGBA32_SINT render target
This commit is contained in:
parent
9338599d72
commit
1d20aac795
7 changed files with 71 additions and 58 deletions
|
@ -54,6 +54,7 @@ enum class RenderTargetFormat : u32 {
|
|||
BGRA8_UNORM = 0xCF,
|
||||
BGRA8_SRGB = 0xD0,
|
||||
RGB10_A2_UNORM = 0xD1,
|
||||
RGB10_A2_UINT = 0xD2,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
RGBA8_SNORM = 0xD7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue