7 #ifndef PXR_IMAGING_HDSI_PRIM_ID_SCENE_INDEX_PLUGIN_H 8 #define PXR_IMAGING_HDSI_PRIM_ID_SCENE_INDEX_PLUGIN_H 10 #include "pxr/imaging/hd/sceneIndexPlugin.h" 11 #include "pxr/imaging/hdsi/api.h" 14 PXR_NAMESPACE_OPEN_SCOPE
32 const HdSceneIndexBaseRefPtr &inputScene,
33 const HdContainerDataSourceHandle &inputArgs)
override;
36 PXR_NAMESPACE_CLOSE_SCOPE
38 #endif // PXR_IMAGING_HDSI_PRIM_ID_SCENE_INDEX_PLUGIN_H
If the env var HDSI_ENABLE_PRIM_ID_SCENE_INDEX is true, appends an HdsiPrimIdSceneIndex as one of the...
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...
HDSI_API HdSceneIndexBaseRefPtr _AppendSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs) override
Subclasses implement this to instantiate one or more scene indicies which take the provided scene as ...