mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Move API-agnostic pipeline state wrapper into core interface
* There's no need for this to be in the UI, and moving it allows it to be used from script which is very useful.
This commit is contained in:
@@ -7,9 +7,7 @@ qrenderdoc API Reference
|
||||
main
|
||||
windows
|
||||
config
|
||||
pipeline
|
||||
|
||||
* :doc:`main`
|
||||
* :doc:`windows`
|
||||
* :doc:`config`
|
||||
* :doc:`pipeline`
|
||||
* :doc:`config`
|
||||
@@ -1,37 +0,0 @@
|
||||
Pipeline Abstraction
|
||||
====================
|
||||
|
||||
.. contents::
|
||||
|
||||
.. currentmodule:: qrenderdoc
|
||||
|
||||
Pipeline
|
||||
--------
|
||||
|
||||
.. autoclass:: qrenderdoc.CommonPipelineState
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Bindings
|
||||
--------
|
||||
|
||||
.. autoclass:: qrenderdoc.BoundResource
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: qrenderdoc.BoundResourceArray
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: qrenderdoc.BoundVBuffer
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: qrenderdoc.BoundCBuffer
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: qrenderdoc.VertexInputAttribute
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Reference in New Issue
Block a user