7#ifndef PXR_IMAGING_HDSI_DEBUGGING_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HDSI_DEBUGGING_SCENE_INDEX_PLUGIN_H
10#include "pxr/imaging/hd/sceneIndexPlugin.h"
11#include "pxr/imaging/hdsi/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
30 const HdSceneIndexBaseRefPtr &inputScene,
31 const HdContainerDataSourceHandle &inputArgs)
override;
35 const HdContainerDataSourceHandle &inputArgs)
const override;
38PXR_NAMESPACE_CLOSE_SCOPE
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...
Registers debugging scene index if env var HDSI_DEBUGGING_SCENE_INDEX_INSERTION_PHASE is an integer.
HDSI_API bool _IsEnabled(const HdContainerDataSourceHandle &inputArgs) const override
Subclasses implement this to indicate whether the plugin is enabled.
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 ...