|
HDK
|
#include "pxr/pxr.h"#include "pxr/imaging/hdSt/api.h"#include "pxr/imaging/hd/version.h"#include "pxr/imaging/hdSt/drawItemInstance.h"#include "pxr/base/gf/matrix4d.h"#include <memory>#include <vector>
Include dependency graph for commandBuffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HdStCommandBuffer |
Typedefs | |
| using | HdStRenderPassStateSharedPtr = std::shared_ptr< class HdStRenderPassState > |
| using | HdStResourceRegistrySharedPtr = std::shared_ptr< class HdStResourceRegistry > |
| using | HdDrawItemConstPtrVector = std::vector< class HdDrawItem const * > |
| using | HdDrawItemConstPtrVectorSharedPtr = std::shared_ptr< HdDrawItemConstPtrVector > |
| using | HdSt_DrawBatchSharedPtr = std::shared_ptr< class HdSt_DrawBatch > |
| using | HdSt_DrawBatchSharedPtrVector = std::vector< HdSt_DrawBatchSharedPtr > |
| using HdDrawItemConstPtrVector = std::vector<class HdDrawItem const*> |
Definition at line 32 of file commandBuffer.h.
| using HdDrawItemConstPtrVectorSharedPtr = std::shared_ptr<HdDrawItemConstPtrVector> |
Definition at line 34 of file commandBuffer.h.
| using HdSt_DrawBatchSharedPtr = std::shared_ptr<class HdSt_DrawBatch> |
Definition at line 36 of file commandBuffer.h.
| using HdSt_DrawBatchSharedPtrVector = std::vector<HdSt_DrawBatchSharedPtr> |
Definition at line 37 of file commandBuffer.h.
| using HdStRenderPassStateSharedPtr = std::shared_ptr<class HdStRenderPassState> |
Definition at line 28 of file commandBuffer.h.
| typedef std::shared_ptr< class HdStResourceRegistry > HdStResourceRegistrySharedPtr |
Definition at line 30 of file commandBuffer.h.