1 # Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_porting_guide SDK Porting Guide
5 According to DriveWorks policy, all APIs and their functions are not broken between minor releases, only extended. When upgrading to the latest minor patch of a software library, the user's code will still compile and run as expected, although with deprecated functionality.
7 Backwards compatibility for APIs is not guaranteed when upgrading to the latest major version.
9 This document will help you port your applications to the latest DriveWorks SDK version.
11 - @ref dwx_porting_guide_4_0
12 - @ref dwx_porting_guide_3_5
13 - @ref dwx_porting_guide_3_0
14 - @ref dwx_porting_guide_2_2
15 - @ref dwx_porting_guide_2_0