- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The Core module is the main entry point into the NVIDIA® DriveWorks SDK. It provides features that most applications use, such as context handles, system/platform information, and memory management.
In the case of context handles, this module creates and releases SDK context handles. The following information is stored in those handles:
Each individual module must have a handle to a valid context instance.
When a module is created within a certain context, its availablility and functionality exists only in that context.