HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/bufferArrayRange.h"
#include "pxr/imaging/hd/bufferSource.h"
#include "pxr/imaging/hd/computation.h"
#include "pxr/base/vt/array.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | Hd_VertexAdjacency |
class | Hd_AdjacencyBuilderComputation |
class | Hd_AdjacencyBufferSource |
Typedefs | |
using | Hd_VertexAdjacencySharedPtr = std::shared_ptr< class Hd_VertexAdjacency > |
using | Hd_AdjacencyBuilderComputationSharedPtr = std::shared_ptr< class Hd_AdjacencyBuilderComputation > |
using | Hd_AdjacencyBuilderComputationPtr = std::weak_ptr< class Hd_AdjacencyBuilderComputation > |
using Hd_AdjacencyBuilderComputationPtr = std::weak_ptr<class Hd_AdjacencyBuilderComputation> |
Definition at line 46 of file vertexAdjacency.h.
using Hd_AdjacencyBuilderComputationSharedPtr = std::shared_ptr<class Hd_AdjacencyBuilderComputation> |
Definition at line 44 of file vertexAdjacency.h.
using Hd_VertexAdjacencySharedPtr = std::shared_ptr<class Hd_VertexAdjacency> |
Definition at line 42 of file vertexAdjacency.h.