1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
3 @page core_mainsection Core
7 The Core module is the main entry point into the NVIDIA<sup>®</sup> DriveWorks SDK.
8 It provides features that most applications use, such as
9 context handles, system/platform information, and memory management.
11 In the case of context handles, this module creates and releases
12 SDK context handles. The following information is stored in those handles:
13 - All global components, such as a pointer to the logging callback.
14 - NvMedia device instance.
16 - Platform information.
17 - Virtual file system.
19 Each individual module must have a handle to a valid context instance.
21 When a module is created within a certain context, its availablility and
22 functionality exists only in that context.
29 - @ref dwx_samples_gpu