mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-10 20:55:45 +00:00
Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
- Used by Go Vacation
This commit is contained in:
@@ -42,6 +42,7 @@ enum class RenderTargetFormat : u32 {
|
||||
R16_UINT = 0xF1,
|
||||
R16_FLOAT = 0xF2,
|
||||
R8_UNORM = 0xF3,
|
||||
R8_UINT = 0xF6,
|
||||
};
|
||||
|
||||
enum class DepthFormat : u32 {
|
||||
|
||||
Reference in New Issue
Block a user