mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:17:59 -05:00
GPU: Allow the usage of R8 as a render target format.
This commit is contained in:
@ -24,6 +24,7 @@ enum class RenderTargetFormat : u32 {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
RGBA8_SRGB = 0xD6,
|
||||
R11G11B10_FLOAT = 0xE0,
|
||||
R8_UNORM = 0xF3,
|
||||
};
|
||||
|
||||
enum class DepthFormat : u32 {
|
||||
|
Reference in New Issue
Block a user