Add function vmaGetAllocatorInfo, structure VmaAllocatorInfo

Closes #99

Also rebuilt Doxygen documentation.
This commit is contained in:
Adam Sawicki 2020-03-02 15:32:10 +01:00
parent 67f9dfa963
commit a1d992f5d1
169 changed files with 16186 additions and 15740 deletions

View file

@ -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%;
}