1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
var NAVTREE =
[
[ "NVIDIAGeForceExperienceSDK", "index.html", [
[ "Development Guide", "index.html", [
[ "NVIDIA GeForce Experience SDK", "index.html#section_main", [
[ "At a Glance", "index.html#section_glance", [
[ "Software Stack", "index.html#section_stack", null ],
[ "GfeSDK Package", "index.html#section_package", null ],
[ "Compiling And Linking", "index.html#section_compiling", null ]
] ],
[ "Using GfeSDK", "index.html#section_using", [
[ "Creation and Release", "index.html#section_example_create", null ],
[ "Request Permissions", "index.html#section_example_permission", null ],
[ "Configure Highlights", "index.html#section_example_highlightsconfigure", null ],
[ "Groups and Saving Highlights", "index.html#section_Example_highlights", null ],
[ "Open Highlight Summary", "index.html#section_example_summary", null ]
] ],
[ "Concepts", "index.html#section_concepts", [
[ "Strings", "index.html#section_strings", null ],
[ "Versioning", "index.html#section_version", null ],
[ "Permissions", "index.html#section_permissions", null ],
[ "Asynchronous Calls", "index.html#section_async", null ],
[ "Notifications", "index.html#section_notifications", null ],
[ "Threading", "index.html#section_threading", null ],
[ "In Game Overlay", "index.html#section_igo", null ],
[ "Logging", "index.html#section_log", null ]
] ]
] ]
] ],
[ "Changelog", "section_changelog.html", null ],
[ "Classes", "annotated.html", [
[ "Class List", "annotated.html", "annotated_dup" ],
[ "Class Index", "classes.html", null ],
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
[ "Class Members", "functions.html", [
[ "All", "functions.html", null ],
[ "Functions", "functions_func.html", null ],
[ "Variables", "functions_vars.html", null ]
] ]
] ],
[ "Files", null, [
[ "File List", "files.html", "files" ],
[ "File Members", "globals.html", [
[ "All", "globals.html", null ],
[ "Functions", "globals_func.html", null ],
[ "Typedefs", "globals_type.html", null ],
[ "Enumerations", "globals_enum.html", null ],
[ "Enumerator", "globals_eval.html", null ]
] ]
] ]
] ]
];
var NAVTREEINDEX =
[
".html",
"struct_n_v_g_s_d_k___highlight_open_group_params.html#a3d06bbfc6586ca5378eedc9a5984d662"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
|