1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 06:46:31 -05:00

maxwell: Add RenderTargetFormat enum.

This commit is contained in:
bunnei
2018-03-24 00:45:24 -04:00
parent 1a9df83535
commit 94c70693f9
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
namespace Tegra {
enum class RenderTargetFormat {
enum class RenderTargetFormat : u32 {
RGBA8_UNORM = 0xD5,
};