Loading...
Searching...
No Matches
dependencySceneIndexPlugin.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_HD_ST_DEPENDENCY_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HD_ST_DEPENDENCY_SCENE_INDEX_PLUGIN_H
9
10#include "pxr/pxr.h"
11#include "pxr/imaging/hdSt/api.h"
12#include "pxr/imaging/hd/sceneIndexPlugin.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
41class HdSt_DependencySceneIndexPlugin : public HdSceneIndexPlugin
42{
43public:
44 HdSt_DependencySceneIndexPlugin();
45
46protected:
47 HdSceneIndexBaseRefPtr _AppendSceneIndex(
48 const HdSceneIndexBaseRefPtr &inputScene,
49 const HdContainerDataSourceHandle &inputArgs) override;
50};
51
52PXR_NAMESPACE_CLOSE_SCOPE
53
54#endif // PXR_IMAGING_HD_ST_DEPENDENCY_SCENE_INDEX_PLUGIN_H