7#ifndef PXR_IMAGING_HD_GP_SCENE_INDEX_PLUGIN_H
8#define PXR_IMAGING_HD_GP_SCENE_INDEX_PLUGIN_H
11#include "pxr/imaging/hdGp/api.h"
13#include "pxr/imaging/hd/sceneIndexPlugin.h"
14#include "pxr/imaging/hd/sceneIndexPluginRegistry.h"
16PXR_NAMESPACE_OPEN_SCOPE
19extern TfEnvSetting<bool> HDGP_INCLUDE_DEFAULT_RESOLVER;
30 static const HdSceneIndexPluginRegistry::InsertionPhase
43 HdSceneIndexBaseRefPtr _AppendSceneIndex(
44 const HdSceneIndexBaseRefPtr &inputScene,
45 const HdContainerDataSourceHandle &inputArgs)
override;
48PXR_NAMESPACE_CLOSE_SCOPE
HdGpSceneIndexPlugin provides HdSceneIndexPluginRegistry access to instantiate HdGpGenerativeProcedur...
Environment setting variable.