mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
8634d8ff22
* Try to guide people looking for an introduction away from API references and towards actual explanations and documentation.
53 lines
1.1 KiB
ReStructuredText
53 lines
1.1 KiB
ReStructuredText
API Reference: qrenderdoc Main Interfaces
|
|
=========================================
|
|
|
|
This is the API reference for the functions, classes, and enums in the ``qrenderdoc`` module which represents the UI-specific interface for integrating with the UI and writing UI extensions. For more high-level information and instructions on using the python API, see :doc:`../index` and :doc:`../ui_extensions`.
|
|
|
|
.. contents:: Sections
|
|
:local:
|
|
|
|
.. module:: qrenderdoc
|
|
|
|
Context
|
|
-------
|
|
|
|
.. autoclass:: qrenderdoc.CaptureContext
|
|
:members:
|
|
|
|
Replay Manager
|
|
--------------
|
|
|
|
.. autoclass:: qrenderdoc.ReplayManager
|
|
:members:
|
|
|
|
RGP Interop Control
|
|
-------------------
|
|
|
|
.. autoclass:: qrenderdoc.RGPInterop
|
|
:members:
|
|
|
|
|
|
CaptureViewer Interface
|
|
------------------------
|
|
|
|
.. autoclass:: qrenderdoc.CaptureViewer
|
|
:members:
|
|
|
|
Utilities
|
|
---------
|
|
|
|
.. autoclass:: qrenderdoc.DockReference
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|
|
.. autoclass:: qrenderdoc.CaptureModifications
|
|
:members:
|
|
:exclude-members: enum_constants__,
|
|
|
|
.. autoclass:: qrenderdoc.CaptureSettings
|
|
:members:
|
|
|
|
.. autoclass:: qrenderdoc.EventBookmark
|
|
:members:
|
|
|