mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 09:18:34 +00:00
Version 3.1.0
Rebuilt the documentation and sample executable.
This commit is contained in:
parent
7d082cb2d1
commit
009ecd192c
14 changed files with 12 additions and 108 deletions
|
@ -2216,7 +2216,7 @@ Functions</h2></td></tr>
|
|||
<tr><td class="paramname">allocator</td><td></td></tr>
|
||||
<tr><td class="paramname">allocationCount</td><td></td></tr>
|
||||
<tr><td class="paramname">allocations</td><td></td></tr>
|
||||
<tr><td class="paramname">offsets</td><td>If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all ofsets are zero. </td></tr>
|
||||
<tr><td class="paramname">offsets</td><td>If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all offsets are zero. </td></tr>
|
||||
<tr><td class="paramname">sizes</td><td>If not null, it must point to an array of sizes of regions to flush in respective allocations. Null means <code>VK_WHOLE_SIZE</code> for all allocations.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
@ -2481,7 +2481,7 @@ Functions</h2></td></tr>
|
|||
<tr><td class="paramname">allocator</td><td></td></tr>
|
||||
<tr><td class="paramname">allocationCount</td><td></td></tr>
|
||||
<tr><td class="paramname">allocations</td><td></td></tr>
|
||||
<tr><td class="paramname">offsets</td><td>If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all ofsets are zero. </td></tr>
|
||||
<tr><td class="paramname">offsets</td><td>If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all offsets are zero. </td></tr>
|
||||
<tr><td class="paramname">sizes</td><td>If not null, it must point to an array of sizes of regions to flush in respective allocations. Null means <code>VK_WHOLE_SIZE</code> for all allocations.</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue