mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-17 10:18:33 +00:00
Added documentation for VK_KHR_external_memory_win32
Rebuilt the documentation.
This commit is contained in:
parent
ca17831d74
commit
eb46f62376
112 changed files with 3340 additions and 990 deletions
docs/html
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue