89 lines
4.2 KiB
JavaScript
89 lines
4.2 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "libktx Reference", "index.html", [
|
|
[ "Usage Overview", "index.html#overview", [
|
|
[ "Reading a KTX file for non-GL and non-Vulkan Use", "index.html#readktx", null ],
|
|
[ "Creating a GL texture object from a KTX file.", "index.html#createGL", null ],
|
|
[ "Creating a Vulkan image object from a KTX file.", "index.html#createVulkan", null ],
|
|
[ "Extracting Metadata", "index.html#subsection", null ],
|
|
[ "Writing a KTX or KTX2 file", "index.html#writektx", null ],
|
|
[ "Modifying a KTX file", "index.html#modifyktx", null ],
|
|
[ "Writing a Basis-compressed Universal Texture", "index.html#autotoc_md0", null ],
|
|
[ "Transcoding a BasisLZ/ETC1S or UASTC-compressed Texture", "index.html#autotoc_md1", null ],
|
|
[ "Writing an ASTC-Compressed Texture", "index.html#autotoc_md2", null ]
|
|
] ],
|
|
[ "Revision History", "libktx_history.html", [
|
|
[ "Version 4.0", "libktx_history.html#v8", null ],
|
|
[ "Version 3.0.1", "libktx_history.html#v7", null ],
|
|
[ "Version 3.0", "libktx_history.html#v6", null ],
|
|
[ "Version 2.0.2", "libktx_history.html#v5", null ],
|
|
[ "Version 2.0.1", "libktx_history.html#v4", null ],
|
|
[ "Version 2.0", "libktx_history.html#v3", null ],
|
|
[ "Version 1.0.1", "libktx_history.html#v2", null ],
|
|
[ "Version 1.0", "libktx_history.html#v1", null ]
|
|
] ],
|
|
[ "Deprecated List", "deprecated.html", null ],
|
|
[ "Topics", "topics.html", "topics" ],
|
|
[ "Data Structures", "annotated.html", [
|
|
[ "Data Structures", "annotated.html", "annotated_dup" ],
|
|
[ "Data Fields", "functions.html", [
|
|
[ "All", "functions.html", "functions_dup" ],
|
|
[ "Functions", "functions_func.html", null ],
|
|
[ "Variables", "functions_vars.html", null ],
|
|
[ "Typedefs", "functions_type.html", null ],
|
|
[ "Enumerations", "functions_enum.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "Globals", "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 ],
|
|
[ "Macros", "globals_defs.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Examples", "examples.html", "examples" ],
|
|
[ "Package", "../index.html", null ],
|
|
[ "KTX Tools Reference", "../ktxtools/index.html", null ],
|
|
[ "KTX Javascript Wrappers Reference", "../ktxjswrappers/index.html", null ],
|
|
[ "pyktx Reference", "../pyktx/index.html", null ],
|
|
[ "License", "../license.html", null ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"../index.html",
|
|
"ktx_8h.html#a7780d97ec4de6aa30c4726fb71e3116ca37dce54f5aefa409567d7c08e36d1d83"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronization';
|
|
var SYNCOFFMSG = 'click to enable panel synchronization';
|
|
var LISTOFALLMEMBERS = 'List of all members'; |