mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add string messages to returned result codes to display to user
* Most of the main entry points that can fail with relevant reasons now has a way of specifying a message to return with it. This message can be displayed to the user to give more information or context about an error.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
static QStringList GetApplicationExtensionsPaths();
|
||||
static void ProcessExtensionWork(std::function<void()> callback);
|
||||
static bool LoadExtension(ICaptureContext &ctx, const rdcstr &extension);
|
||||
static QString LoadExtension(ICaptureContext &ctx, const rdcstr &extension);
|
||||
static void ConvertPyArgs(const ExtensionCallbackData &data,
|
||||
rdcarray<rdcpair<rdcstr, PyObject *>> &args);
|
||||
static void FreePyArgs(rdcarray<rdcpair<rdcstr, PyObject *>> &args);
|
||||
|
||||
Reference in New Issue
Block a user