mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 17:57:52 -05: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:
@ -26,6 +26,8 @@ public:
|
||||
public slots:
|
||||
void OnUpdate();
|
||||
|
||||
void DumpShader();
|
||||
|
||||
private:
|
||||
nihstro::ShaderInfo info;
|
||||
};
|
||||
|
Reference in New Issue
Block a user