All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
sceneIndexUtil.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//
7#ifndef PXR_IMAGING_HD_SCENE_INDEX_UTIL_H
8#define PXR_IMAGING_HD_SCENE_INDEX_UTIL_H
9
10#include "pxr/pxr.h"
11
12#include "pxr/imaging/hd/sceneIndex.h"
14
15PXR_NAMESPACE_OPEN_SCOPE
16
21HD_API
22extern TfEnvSetting<bool> HD_USE_ENCAPSULATING_SCENE_INDICES;
23
38HD_API
39HdSceneIndexBaseRefPtr
40HdMakeEncapsulatingSceneIndex(
41 const std::vector<HdSceneIndexBaseRefPtr> &inputScenes,
42 HdSceneIndexBaseRefPtr const &encapsulatedScene);
43
44PXR_NAMESPACE_CLOSE_SCOPE
45
46#endif // PXR_IMAGING_HD_SCENE_INDEX_UTIL_H
Environment setting variable.