7#ifndef PXR_IMAGING_HD_ST_DEPENDENCY_FORWARDING_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HD_ST_DEPENDENCY_FORWARDING_SCENE_INDEX_PLUGIN_H
11#include "pxr/imaging/hdSt/api.h"
12#include "pxr/imaging/hd/sceneIndexPlugin.h"
14PXR_NAMESPACE_OPEN_SCOPE
24 HdSt_DependencyForwardingSceneIndexPlugin();
28 const HdSceneIndexBaseRefPtr &inputScene,
29 const HdContainerDataSourceHandle &inputArgs)
override;
32PXR_NAMESPACE_CLOSE_SCOPE
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...
virtual HD_API HdSceneIndexBaseRefPtr _AppendSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs)
Subclasses implement this to instantiate one or more scene indicies which take the provided scene as ...