mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Add detailed per-topic writeups of relevant areas for python scripts
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user