7#ifndef PXR_IMAGING_HDPRMAN_RENDER_TERMINAL_OUTPUT_INVALIDATING_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HDPRMAN_RENDER_TERMINAL_OUTPUT_INVALIDATING_SCENE_INDEX_PLUGIN_H
11#if PXR_VERSION >= 2308
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "hdPrman/api.h"
16PXR_NAMESPACE_OPEN_SCOPE
24class HdPrman_RenderTerminalOutputInvalidatingSceneIndexPlugin
28 HdPrman_RenderTerminalOutputInvalidatingSceneIndexPlugin();
32 const HdSceneIndexBaseRefPtr &inputScene,
33 const HdContainerDataSourceHandle &inputArgs)
override;
36PXR_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 ...