citra-qt: Improve shader debugger.
Now supports dumping the current shader and recognizes a larger number of output semantics.
This commit is contained in:
parent
6a5d560c4f
commit
4cb302c8ae
6 changed files with 48 additions and 16 deletions
|
@ -26,6 +26,8 @@ public:
|
|||
public slots:
|
||||
void OnUpdate();
|
||||
|
||||
void DumpShader();
|
||||
|
||||
private:
|
||||
nihstro::ShaderInfo info;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue