Loading...
Searching...
No Matches
version.h
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
21#define HDSI_API_VERSION 18
22
23#endif // PXR_IMAGING_HDSI_VERSION_H