mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-30 00:17:45 +00:00
Add function vmaGetAllocatorInfo, structure VmaAllocatorInfo
Closes #99 Also rebuilt Doxygen documentation.
This commit is contained in:
parent
67f9dfa963
commit
a1d992f5d1
169 changed files with 16186 additions and 15740 deletions
|
@ -1,4 +1,4 @@
|
|||
/* The standard CSS for doxygen 1.8.16 */
|
||||
/* The standard CSS for doxygen 1.8.17 */
|
||||
|
||||
body, table, div, p, dl {
|
||||
font: 400 14px/22px Roboto,sans-serif;
|
||||
|
@ -66,6 +66,11 @@ p.startli, p.startdd {
|
|||
margin-top: 2px;
|
||||
}
|
||||
|
||||
th p.starttd, p.intertd, p.endtd {
|
||||
font-size: 100%;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
p.starttd {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
@ -535,7 +540,7 @@ table.memberdecls {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.memItemRight {
|
||||
.memItemRight, .memTemplItemRight {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue