diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-24 00:45:24 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-03-26 21:16:49 -0400 |
commit | 94c70693f941484c40fae7c321ef9f3d866de684 (patch) | |
tree | 902352126cae1abbfe63c4bad65a173d9b98baf0 /src/video_core/gpu.h | |
parent | 1a9df83535589ced8c3bc66ffa620b3cb6d86074 (diff) |
maxwell: Add RenderTargetFormat enum.
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 8183b12e9..ab24504a6 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -13,7 +13,7 @@ namespace Tegra { -enum class RenderTargetFormat { +enum class RenderTargetFormat : u32 { RGBA8_UNORM = 0xD5, }; |