Merge pull request #3461 from ReinUsesLisp/r32i-rt
video_core/surface: Add R32_SINT render target format
This commit is contained in:
commit
45ac1c62c6
2 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,7 @@ enum class RenderTargetFormat : u32 {
|
|||
RG16_UINT = 0xDD,
|
||||
RG16_FLOAT = 0xDE,
|
||||
R11G11B10_FLOAT = 0xE0,
|
||||
R32_SINT = 0xE3,
|
||||
R32_UINT = 0xE4,
|
||||
R32_FLOAT = 0xE5,
|
||||
B5G6R5_UNORM = 0xE8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue