HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dependencyForwardingSceneIndexPlugin.h
Go to the documentation of this file.
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_FORWARDING_SCENE_INDEX_PLUGIN_H
8 #define PXR_IMAGING_HD_ST_DEPENDENCY_FORWARDING_SCENE_INDEX_PLUGIN_H
9 
10 #include "pxr/pxr.h"
11 #include "pxr/imaging/hdSt/api.h"
13 
15 
16 /// \class HdSt_DependencyForwardingSceneIndexPlugin
17 ///
18 /// Plugin adds a dependency forwarding scene index to the Storm render
19 /// delegate to resolve any dependencies introduced by other scene indices.
20 ///
22 {
23 public:
25 
26 protected:
27  HdSceneIndexBaseRefPtr _AppendSceneIndex(
28  const HdSceneIndexBaseRefPtr &inputScene,
29  const HdContainerDataSourceHandle &inputArgs) override;
30 };
31 
33 
34 #endif // PXR_IMAGING_HD_ST_DEPENDENCY_FORWARDING_SCENE_INDEX_PLUGIN_H
HdSceneIndexBaseRefPtr _AppendSceneIndex(const HdSceneIndexBaseRefPtr &inputScene, const HdContainerDataSourceHandle &inputArgs) override
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74