Add some notes to main interface docstrings of where they are obtained

This commit is contained in:
baldurk
2026-08-13 21:05:11 +01:00
parent eb27bd34bf
commit 83a80ad9dc
3 changed files with 12 additions and 1 deletions
+5 -1
View File
@@ -2272,7 +2272,11 @@ protected:
DECLARE_REFLECTION_STRUCT(IRGPInterop);
DOCUMENT("The capture context that the python script is running in.")
DOCUMENT(R"(
The capture context that the python script is running in.
Available as a ``pyrenderdoc`` global variable in any python scripts run from RenderDoc's UI.
)")
struct ICaptureContext
{
DOCUMENT(R"(Retrieve the absolute path where a given temporary capture should be stored.