video_core: Implement RGBA8_SINT render target
This commit is contained in:
parent
50c6030a8d
commit
977d6c46f3
7 changed files with 13 additions and 0 deletions
|
@ -55,6 +55,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
RGBA8_SNORM = 0xD7,
|
||||
RGBA8_SINT = 0xD8,
|
||||
RGBA8_UINT = 0xD9,
|
||||
RG16_UNORM = 0xDA,
|
||||
RG16_SNORM = 0xDB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue