diff options
| author | 2018-03-22 16:40:11 -0500 | |
|---|---|---|
| committer | 2018-03-24 11:31:53 -0500 | |
| commit | 39e60cfeb10ef317521ff1685df3d265d2c9d5ef (patch) | |
| tree | f6fee21c4607642cabea7c809a10cca7aaa7c794 /src/video_core/gpu.h | |
| parent | Frontend: Allow opening the Surface View widget in the Qt frontend. (diff) | |
| download | yuzu-39e60cfeb10ef317521ff1685df3d265d2c9d5ef.tar.gz yuzu-39e60cfeb10ef317521ff1685df3d265d2c9d5ef.tar.xz yuzu-39e60cfeb10ef317521ff1685df3d265d2c9d5ef.zip | |
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 778b63218..8183b12e9 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -13,6 +13,10 @@ | |||
| 13 | 13 | ||
| 14 | namespace Tegra { | 14 | namespace Tegra { |
| 15 | 15 | ||
| 16 | enum class RenderTargetFormat { | ||
| 17 | RGBA8_UNORM = 0xD5, | ||
| 18 | }; | ||
| 19 | |||
| 16 | class DebugContext; | 20 | class DebugContext; |
| 17 | 21 | ||
| 18 | /** | 22 | /** |