7#ifndef HD_PRMAN_RENDER_TERMINAL_TIME_SAMPLING_SCENE_INDEX_PLUGIN_H
8#define HD_PRMAN_RENDER_TERMINAL_TIME_SAMPLING_SCENE_INDEX_PLUGIN_H
11#include "pxr/imaging/hd/sceneIndexPlugin.h"
13PXR_NAMESPACE_OPEN_SCOPE
18 HdPrman_RenderTerminalTimeSamplingSceneIndexPlugin();
21 HdSceneIndexBaseRefPtr _AppendSceneIndex(
22 const HdSceneIndexBaseRefPtr& inputScene,
23 const HdContainerDataSourceHandle& inputArgs)
override;
26PXR_NAMESPACE_CLOSE_SCOPE
A scene index plugin bundles one or more (typically filtering) scene indices together and enables the...