mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-21 01:10:39 +00:00
8634d8ff22
* Try to guide people looking for an introduction away from API references and towards actual explanations and documentation.
34 lines
694 B
ReStructuredText
34 lines
694 B
ReStructuredText
renderdoc python module
|
|
=======================
|
|
|
|
This is the API reference for the functions, classes, and enums in the ``renderdoc`` module which represents the underlying interface that the UI is built on top of. For more high-level information and instructions on using the python API, see :doc:`../index`.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
capturing
|
|
replay
|
|
outputs
|
|
analysis
|
|
formats
|
|
resources
|
|
shaders
|
|
pipelines/index
|
|
structured_data
|
|
counters
|
|
frame_stats
|
|
utils
|
|
|
|
* :doc:`capturing`
|
|
* :doc:`replay`
|
|
* :doc:`outputs`
|
|
* :doc:`analysis`
|
|
* :doc:`formats`
|
|
* :doc:`resources`
|
|
* :doc:`shaders`
|
|
* :doc:`pipelines/index`
|
|
* :doc:`structured_data`
|
|
* :doc:`counters`
|
|
* :doc:`frame_stats`
|
|
* :doc:`utils`
|