mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-21 04:08:34 +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
|
@ -1,4 +1,4 @@
|
|||
/* The standard CSS for doxygen 1.10.0*/
|
||||
/* The standard CSS for doxygen 1.11.0*/
|
||||
|
||||
html {
|
||||
/* page base colors */
|
||||
|
@ -657,7 +657,24 @@ dl.el {
|
|||
margin-left: -1cm;
|
||||
}
|
||||
|
||||
ul.check {
|
||||
list-style:none;
|
||||
text-indent: -16px;
|
||||
padding-left: 38px;
|
||||
}
|
||||
li.unchecked:before {
|
||||
content: "\2610\A0";
|
||||
}
|
||||
li.checked:before {
|
||||
content: "\2611\A0";
|
||||
}
|
||||
|
||||
ol {
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
text-indent: 0px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
@ -1614,7 +1631,7 @@ dl.note {
|
|||
border-color: #D0C000;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention {
|
||||
dl.warning, dl.attention, dl.important {
|
||||
margin-left: -7px;
|
||||
padding-left: 3px;
|
||||
border-left: 4px solid;
|
||||
|
@ -1662,7 +1679,7 @@ dl.bug dt a, dl.deprecated dt a, dl.todo dt a, dl.test a {
|
|||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug,
|
||||
dl.warning, dl.attention, dl.important, dl.note, dl.deprecated, dl.bug,
|
||||
dl.invariant, dl.pre, dl.post, dl.todo, dl.test, dl.remark {
|
||||
padding: 10px;
|
||||
margin: 10px 0px;
|
||||
|
@ -1675,13 +1692,13 @@ dl.section dd {
|
|||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
dl.warning, dl.attention {
|
||||
dl.warning, dl.attention, dl.important {
|
||||
background: var(--warning-color-bg);
|
||||
border-left: 8px solid var(--warning-color-hl);
|
||||
color: var(--warning-color-text);
|
||||
}
|
||||
|
||||
dl.warning dt, dl.attention dt {
|
||||
dl.warning dt, dl.attention dt, dl.important dt {
|
||||
color: var(--warning-color-hl);
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1756,9 @@ dl.deprecated dt a {
|
|||
color: var(--deprecated-color-hl) !important;
|
||||
}
|
||||
|
||||
dl.section dd, dl.bug dd, dl.deprecated dd, dl.todo dd, dl.test dd {
|
||||
dl.note dd, dl.warning dd, dl.pre dd, dl.post dd,
|
||||
dl.remark dd, dl.attention dd, dl.important dd, dl.invariant dd,
|
||||
dl.bug dd, dl.deprecated dd, dl.todo dd, dl.test dd {
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue