mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
maxwell: Add RenderTargetFormat enum.
This commit is contained in:
parent
33b4c486f3
commit
bf282aa01f
2 changed files with 5 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat {
|
||||
enum class RenderTargetFormat : u32 {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue