mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 06:02:25 -07:00
video_core: Implement RG8_SINT render target and fix RG8_UINT
This commit is contained in:
@@ -68,6 +68,7 @@ enum class RenderTargetFormat : u32 {
|
||||
BGR5A1_UNORM = 0xE9,
|
||||
RG8_UNORM = 0xEA,
|
||||
RG8_SNORM = 0xEB,
|
||||
RG8_SINT = 0xEC,
|
||||
RG8_UINT = 0xED,
|
||||
R16_UNORM = 0xEE,
|
||||
R16_SNORM = 0xEF,
|
||||
|
Reference in New Issue
Block a user