HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.h
Go to the documentation of this file.
1 //
2 // Copyright 2023 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_HDSI_VERSION_H
8 #define PXR_IMAGING_HDSI_VERSION_H
9 
10 // 10 -> 11: Adding HdsiPrimManagingSceneIndexObserver and
11 // HdsiPrimTypeNoticeBatchingSceneIndex
12 // 11 -> 12: Adding HdsiPrimManagingSceneIndexObserver::GetTypedPrim.
13 // 12 -> 13: Adding HdsiLightLinkingSceneIndex.
14 // 13 -> 14: Add utilities for evaluating expressions on pruning collections.
15 // 14 -> 15: Fix VelocityMotionResolvingSceneIndex's handling of instance
16 // scales; fixes for correct behavior in a motion blur context.
17 // 15 -> 16: Introducing HdsiDomeLightCameraVisibilitySceneIndex.
18 // 16 -> 17: Introducing HdsiMaterialRenderContextFilteringSceneIndex.
19 // 17 -> 18: Introducing ComposeFn in HdsiMaterialPrimvarTransferSceneIndex.
20 // 18 -> 19: Introducing HdsiLocatorCachingSceneIndex
21 // 19 -> 20: Updated LegacyDisplayStyleOverrideSceneIndex refineLevelFallback
22 
23 #define HDSI_API_VERSION 20
24 
25 #endif // PXR_IMAGING_HDSI_VERSION_H