mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 12:57:55 -05:00
video_core: Implement RGBA32_SINT render target
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user