Added documentation for VK_KHR_external_memory_win32

Rebuilt the documentation.
This commit is contained in:
Adam Sawicki 2024-08-28 13:20:19 +02:00
parent ca17831d74
commit eb46f62376
112 changed files with 3340 additions and 990 deletions
docs/html

View file

@ -22,7 +22,7 @@
@licend The above is the entire license notice for the JavaScript code in this file
*/
function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
function initMenu(relPath,searchEnabled,serverSide,searchPage,search,treeview) {
function makeTree(data,relPath) {
let result='';
if ('children' in data) {
@ -91,7 +91,7 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
let prevWidth = 0;
if ($mainMenuState.length) {
const initResizableIfExists = function() {
if (typeof initResizable==='function') initResizable();
if (typeof initResizable==='function') initResizable(treeview);
}
// animate mobile menu
$mainMenuState.change(function() {