mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
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
c677d18727
commit
41dda548cd
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