Files
renderdoc/docs/python_api/main_ifaces.rst
T
baldurk a7ab0d9300 Move capture-file handling functions into a single interface
* This allows us to return complex types like byte arrays or pairs of
  status & render handle.
* Also in future more introspection of the capture file will be possible
  and this provides an easy extension to that without adding new entry
  points.
2017-04-18 14:57:47 +01:00

42 lines
562 B
ReStructuredText

Primary Interfaces
==================
.. contents::
.. module:: renderdoc
ReplayRenderer
--------------
.. autoclass:: renderdoc.ReplayRenderer
:members:
:undoc-members:
ReplayOutput
------------
.. autoclass:: renderdoc.ReplayOutput
:members:
:undoc-members:
TargetControl
-------------
.. autoclass:: renderdoc.TargetControl
:members:
:undoc-members:
RemoteServer
------------
.. autoclass:: renderdoc.RemoteServer
:members:
:undoc-members:
CaptureFile
-----------
.. autoclass:: renderdoc.CaptureFile
:members:
:undoc-members: