mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 18:06:37 +00:00
25 lines
686 B
ReStructuredText
25 lines
686 B
ReStructuredText
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 |