Frontend: Updated the surface view debug widget to work with Maxwell surfaces.

This commit is contained in:
Subv 2018-03-22 16:40:11 -05:00
parent 025d111308
commit 39e60cfeb1
3 changed files with 38 additions and 19 deletions

View file

@ -13,6 +13,10 @@
namespace Tegra {
enum class RenderTargetFormat {
RGBA8_UNORM = 0xD5,
};
class DebugContext;
/**