Loading...
Searching...
No Matches
renderTerminalOutputInvalidatingSceneIndexPlugin.h
1//
2// Copyright 2022 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6
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
9
10#include "pxr/pxr.h"
11#if PXR_VERSION >= 2308
12
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "hdPrman/api.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
24class HdPrman_RenderTerminalOutputInvalidatingSceneIndexPlugin
25 : public HdSceneIndexPlugin
26{
27public:
28 HdPrman_RenderTerminalOutputInvalidatingSceneIndexPlugin();
29
30protected:
31 HdSceneIndexBaseRefPtr _AppendSceneIndex(
32 const HdSceneIndexBaseRefPtr &inputScene,
33 const HdContainerDataSourceHandle &inputArgs) override;
34};
35
36PXR_NAMESPACE_CLOSE_SCOPE
37
38#endif // PXR_VERSION >= 2308
39
40#endif // PXR_IMAGING_HDPRMAN_RENDER_TERMINAL_OUTPUT_INVALIDATING_SCENE_INDEX_PLUGIN_H