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 b143430809
commit 0892143af9
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;
/**