mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-21 15:01:38 +00:00
* Others using automodule:: must have :noindex:. * I'm unclear when this is required - travis hit an error on this but I couldn't reproduce it locally, but it seems harmless.
16 lines
324 B
ReStructuredText
16 lines
324 B
ReStructuredText
OpenGL Pipeline State
|
|
=====================
|
|
|
|
.. currentmodule:: renderdoc
|
|
|
|
.. autoclass:: GLState
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. automodule:: renderdoc
|
|
:noindex:
|
|
:members:
|
|
:undoc-members:
|
|
:imported-members:
|
|
:exclude-members: GLState, free_functions__, enum_constants__, name_match__include_only__startswith__GL
|