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,
};