mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:47:57 -05:00
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
- Used by Octopath Traveler (with multiple render targets).
This commit is contained in:
@ -26,6 +26,7 @@ enum class RenderTargetFormat : u32 {
|
||||
RG32_FLOAT = 0xCB,
|
||||
RG32_UINT = 0xCD,
|
||||
BGRA8_UNORM = 0xCF,
|
||||
BGRA8_SRGB = 0xD0,
|
||||
RGB10_A2_UNORM = 0xD1,
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
|
Reference in New Issue
Block a user