Add detailed per-topic writeups of relevant areas for python scripts

This commit is contained in:
baldurk
2026-08-13 21:05:11 +01:00
parent ed38da72ab
commit 1292134b47
18 changed files with 975 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Further Reading on Python Scripting
===================================
This section contains explanations of common concepts, useful interfaces, and advanced uses of python that go beyond scripts that are a few lines to accomplish a quick task.
If you are writing python scripts more often, these concepts can let you go into much more complex and powerful customisations of RenderDoc's workflow.
.. toctree::
:maxdepth: 1
resourceids
event_ids
curevent
frame_viewers
replay_controller
threading
lifetimes
shader_refl
descriptors_bindings
structured_data
miniqt
outputs
capture_access
launching_programs
remote_replay