GPU: Implemented the RGBA32_UINT rendertarget format.
This commit is contained in:
parent
b11072d54a
commit
c0e2d52758
4 changed files with 28 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue