Add entries in sphinx documentation to generate correct API autodocs

This commit is contained in:
baldurk
2017-03-24 15:47:31 +00:00
parent 83f769a2cd
commit 99063c2401
9 changed files with 88 additions and 2 deletions
+8
View File
@@ -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_
+8
View File
@@ -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_
+8
View File
@@ -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_
+8
View File
@@ -0,0 +1,8 @@
Pipeline State Objects
======================
.. toctree::
d3d11
d3d12
gl
vulkan
+8
View File
@@ -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_