mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 19:28:01 -05:00
maxwell: Add RenderTargetFormat enum.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat {
|
||||
enum class RenderTargetFormat : u32 {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user