mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add entries in sphinx documentation to generate correct API autodocs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
D3D11 Pipeline State
|
||||
====================
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
:exclude-members: free_functions__, enum_constants__, name_match__include_only__startswith__D3D11_
|
||||
@@ -0,0 +1,8 @@
|
||||
D3D12 Pipeline State
|
||||
====================
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
:exclude-members: free_functions__, enum_constants__, name_match__include_only__startswith__D3D12_
|
||||
@@ -0,0 +1,8 @@
|
||||
OpenGL Pipeline State
|
||||
=====================
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
:exclude-members: free_functions__, enum_constants__, name_match__include_only__startswith__GL_
|
||||
@@ -0,0 +1,8 @@
|
||||
Pipeline State Objects
|
||||
======================
|
||||
|
||||
.. toctree::
|
||||
d3d11
|
||||
d3d12
|
||||
gl
|
||||
vulkan
|
||||
@@ -0,0 +1,8 @@
|
||||
Vulkan Pipeline State
|
||||
=====================
|
||||
|
||||
.. automodule:: renderdoc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:imported-members:
|
||||
:exclude-members: free_functions__, enum_constants__, name_match__include_only__startswith__VK_
|
||||
Reference in New Issue
Block a user