mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Embed stubsgen.py and automatically generate stubs into user folder
* We create both a stubs folder for each specific version, and a 'latest' that is updated by newer RD versions. * For development, the stubs will be regenerated any time the git commit hash changes for development builds.
This commit is contained in:
@@ -65,6 +65,8 @@ public:
|
||||
rdcarray<rdcpair<rdcstr, PyObject *>> &args);
|
||||
static void FreePyArgs(rdcarray<rdcpair<rdcstr, PyObject *>> &args);
|
||||
|
||||
static void GenerateStubs(const rdcarray<rdcstr> &extraPaths);
|
||||
|
||||
bool CheckInterfaces(rdcstr &log);
|
||||
|
||||
QString versionString();
|
||||
|
||||
Reference in New Issue
Block a user