mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-25 23:25:41 +00:00
Allow python extensions to be loaded from app folder as well as user
* This will let us distribute extensions with the renderdoc builds.
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
static void GlobalInit();
|
||||
static void GlobalShutdown();
|
||||
|
||||
static QStringList GetApplicationExtensionsPaths();
|
||||
static void ProcessExtensionWork(std::function<void()> callback);
|
||||
static bool LoadExtension(ICaptureContext &ctx, const rdcstr &extension);
|
||||
static void ConvertPyArgs(const ExtensionCallbackData &data,
|
||||
|
||||
Reference in New Issue
Block a user