video_core: Implement RGBA32_SINT render target
This commit is contained in:
parent
95c0f5afe5
commit
9338599d72
7 changed files with 13 additions and 0 deletions
|
@ -40,6 +40,7 @@ namespace Tegra {
|
|||
enum class RenderTargetFormat : u32 {
|
||||
NONE = 0x0,
|
||||
RGBA32_FLOAT = 0xC0,
|
||||
RGBA32_SINT = 0xC1,
|
||||
RGBA32_UINT = 0xC2,
|
||||
RGBA16_UNORM = 0xC6,
|
||||
RGBA16_SNORM = 0xC7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue