HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/imaging/hd/version.h"
#include "pxr/imaging/hd/changeTracker.h"
#include "pxr/imaging/hd/dirtyList.h"
#include "pxr/imaging/hd/perfLog.h"
#include "pxr/imaging/hd/primTypeIndex.h"
#include "pxr/imaging/hd/resourceRegistry.h"
#include "pxr/imaging/hd/sortedIds.h"
#include "pxr/imaging/hd/tokens.h"
#include "pxr/imaging/hd/sceneIndex.h"
#include "pxr/imaging/hd/mergingSceneIndex.h"
#include "pxr/imaging/hd/legacyPrimSceneIndex.h"
#include "pxr/imaging/hd/noticeBatchingSceneIndex.h"
#include "pxr/imaging/hf/perfLog.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/base/gf/vec4i.h"
#include "pxr/base/tf/hashmap.h"
#include <tbb/enumerable_thread_specific.h>
#include <vector>
#include <unordered_map>
#include <memory>
Go to the source code of this file.
Classes | |
class | HdRenderIndex |
Typedefs | |
using | HdDriverVector = std::vector< HdDriver * > |
using | HdRprimCollectionVector = std::vector< HdRprimCollection > |
using | HdTaskSharedPtr = std::shared_ptr< class HdTask > |
using | HdResourceRegistrySharedPtr = std::shared_ptr< class HdResourceRegistry > |
using | HdTaskSharedPtrVector = std::vector< HdTaskSharedPtr > |
using | HdTaskContext = std::unordered_map< TfToken, VtValue, TfToken::HashFunctor > |
using HdDriverVector = std::vector<HdDriver*> |
Definition at line 70 of file renderIndex.h.
using HdResourceRegistrySharedPtr = std::shared_ptr<class HdResourceRegistry> |
Definition at line 73 of file renderIndex.h.
using HdRprimCollectionVector = std::vector<HdRprimCollection> |
Definition at line 71 of file renderIndex.h.
using HdTaskContext = std::unordered_map<TfToken, VtValue, TfToken::HashFunctor> |
Definition at line 77 of file renderIndex.h.
using HdTaskSharedPtr = std::shared_ptr<class HdTask> |
Definition at line 72 of file renderIndex.h.
using HdTaskSharedPtrVector = std::vector<HdTaskSharedPtr> |
Definition at line 74 of file renderIndex.h.