mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 03:02:24 -07:00
video_core: Implement RGBA32_SINT render target
This commit is contained in:
@@ -54,6 +54,7 @@ enum class RenderTargetFormat : u32 {
|
||||
BGRA8_UNORM = 0xCF,
|
||||
BGRA8_SRGB = 0xD0,
|
||||
RGB10_A2_UNORM = 0xD1,
|
||||
RGB10_A2_UINT = 0xD2,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
RGBA8_SNORM = 0xD7,
|
||||
|
Reference in New Issue
Block a user