Loading...
Searching...
No Matches
rileyConversionSceneIndexPlugin.h
1//
2// Copyright 2024 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
8
9#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_CONVERSION_SCENE_INDEX_PLUGIN_H
10#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_CONVERSION_SCENE_INDEX_PLUGIN_H
11
12#include "pxr/pxr.h"
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "hdPrman/api.h"
15
16PXR_NAMESPACE_OPEN_SCOPE
17
36 : public HdSceneIndexPlugin
37{
38public:
40
41protected:
42 HdSceneIndexBaseRefPtr _AppendSceneIndex(
43 const HdSceneIndexBaseRefPtr &inputScene,
44 const HdContainerDataSourceHandle &inputArgs) override;
45};
46
47PXR_NAMESPACE_CLOSE_SCOPE
48
49#endif // EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_RILEY_CONVERSION_SCENE_INDEX_PLUGIN_H
50