DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

doc/portingguide/porting_guide.md
Go to the documentation of this file.
1 # Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_porting_guide SDK Porting Guide
4 
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.
6 
7 Backwards compatibility for APIs is not guaranteed when upgrading to the latest major version.
8 
9 This document will help you port your applications to the latest DriveWorks SDK version.
10 
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