mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
8634d8ff22
* Try to guide people looking for an introduction away from API references and towards actual explanations and documentation.
23 lines
564 B
ReStructuredText
23 lines
564 B
ReStructuredText
API Reference: Formats
|
|
======================
|
|
|
|
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`.
|
|
|
|
.. contents:: Sections
|
|
:local:
|
|
|
|
.. currentmodule:: renderdoc
|
|
|
|
Resource Format
|
|
---------------
|
|
|
|
.. autoclass:: renderdoc.ResourceFormat
|
|
:members:
|
|
|
|
.. autoclass:: renderdoc.ResourceFormatType
|
|
:members:
|
|
|
|
.. autoclass:: renderdoc.CompType
|
|
:members:
|
|
|