mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 12:32:24 -07:00
video_core: Implement R8_SNORM render target
This commit is contained in:
@@ -75,6 +75,7 @@ enum class RenderTargetFormat : u32 {
|
||||
R16_UINT = 0xF1,
|
||||
R16_FLOAT = 0xF2,
|
||||
R8_UNORM = 0xF3,
|
||||
R8_SNORM = 0xF4,
|
||||
R8_UINT = 0xF6,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user