GPU: Implemented the RGBA32_UINT rendertarget format.

This commit is contained in:
Subv 2018-06-30 14:23:13 -05:00
parent b11072d54a
commit c0e2d52758
4 changed files with 28 additions and 9 deletions

View file

@ -16,6 +16,7 @@ namespace Tegra {
enum class RenderTargetFormat : u32 {
NONE = 0x0,
RGBA32_FLOAT = 0xC0,
RGBA32_UINT = 0xC2,
RGBA16_FLOAT = 0xCA,
RGB10_A2_UNORM = 0xD1,
RGBA8_UNORM = 0xD5,