mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
GPU: Implemented the RGBA32_UINT rendertarget format.
This commit is contained in:
parent
d72f74483c
commit
8bfac40a92
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