aboutsummaryrefslogtreecommitdiff
path: root/doc/html/navtreedata.js
diff options
context:
space:
mode:
authorDwilson_NV <[email protected]>2017-10-18 16:34:35 -0500
committerDwilson_NV <[email protected]>2017-10-18 16:34:35 -0500
commitce27cf3375ce49d79075026d39989f7d24d34739 (patch)
treeefc830137f8cfb93aa54bec277a5efcdfb729301 /doc/html/navtreedata.js
parentDelete README.md (diff)
downloadgfesdk-ce27cf3375ce49d79075026d39989f7d24d34739.tar.xz
gfesdk-ce27cf3375ce49d79075026d39989f7d24d34739.zip
Push GFE SDK #147
Corresponds to the 147 build of the SDK (minus the UE4 sample)
Diffstat (limited to 'doc/html/navtreedata.js')
-rw-r--r--doc/html/navtreedata.js62
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/html/navtreedata.js b/doc/html/navtreedata.js
new file mode 100644
index 0000000..ae7502d
--- /dev/null
+++ b/doc/html/navtreedata.js
@@ -0,0 +1,62 @@
+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 ]
+ ] ],
+ [ "UX Guidance", "index.html#section_ux", 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"
+];
+
+var SYNCONMSG = 'click to disable panel synchronisation';
+var SYNCOFFMSG = 'click to enable panel synchronisation'; \ No newline at end of file