video_core: Implement RGBA32_SINT render target

This commit is contained in:
ReinUsesLisp
2020-06-30 04:46:07 -03:00
parent 95c0f5afe5
commit 9338599d72
7 changed files with 13 additions and 0 deletions

View File

@ -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,