mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-03 20:35:39 +00:00
Add a drop-down for the script output panel to switch context
* By default we still display all messages, but this allows users to switch to just seeing the output from one extension if desired.
This commit is contained in:
@@ -124,6 +124,8 @@ signals:
|
||||
QList<QString> frames);
|
||||
void textOutput(const QString &extension, bool isStdError, const QString &output);
|
||||
|
||||
void extensionLoaded(const QString &extension);
|
||||
|
||||
public slots:
|
||||
void executeString(const QString &source);
|
||||
void executeString(const QString &filename, const QString &source, bool debugging);
|
||||
|
||||
Reference in New Issue
Block a user