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 
18 #define HDSI_API_VERSION 15
19 
20 #endif // PXR_IMAGING_HDSI_VERSION_H