Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
This commit is contained in:
parent
025d111308
commit
39e60cfeb1
3 changed files with 38 additions and 19 deletions
|
@ -13,6 +13,10 @@
|
|||
|
||||
namespace Tegra {
|
||||
|
||||
enum class RenderTargetFormat {
|
||||
RGBA8_UNORM = 0xD5,
|
||||
};
|
||||
|
||||
class DebugContext;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue