mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Add context menu for manipulating watch panel
This commit is contained in:
@@ -557,6 +557,12 @@ struct IShaderViewer
|
||||
)");
|
||||
virtual void ShowErrors(const rdcstr &errors) = 0;
|
||||
|
||||
DOCUMENT(R"(Add an expression to the watch panel.
|
||||
|
||||
:param str expression: The name of the expression to watch.
|
||||
)");
|
||||
virtual void AddWatch(const rdcstr &expression) = 0;
|
||||
|
||||
protected:
|
||||
IShaderViewer() = default;
|
||||
~IShaderViewer() = default;
|
||||
|
||||
Reference in New Issue
Block a user