fix typos

This commit is contained in:
Alex 2022-06-10 09:36:31 +08:00
parent a6bfc23725
commit 825d3d850a
3 changed files with 6 additions and 6 deletions

View file

@ -1799,7 +1799,7 @@ Functions</h2></td></tr>
<div class="fragment"><div class="line">vkDestroyBuffer(device, buffer, allocationCallbacks);</div>
<div class="line"><a class="code hl_function" href="group__group__alloc.html#ga5fea5518972ae9094b1526cbcb19b05f">vmaFreeMemory</a>(allocator, allocation);</div>
<div class="ttc" id="agroup__group__alloc_html_ga5fea5518972ae9094b1526cbcb19b05f"><div class="ttname"><a href="group__group__alloc.html#ga5fea5518972ae9094b1526cbcb19b05f">vmaFreeMemory</a></div><div class="ttdeci">void vmaFreeMemory(VmaAllocator allocator, const VmaAllocation allocation)</div><div class="ttdoc">Frees memory previously allocated using vmaAllocateMemory(), vmaAllocateMemoryForBuffer(),...</div></div>
</div><!-- fragment --><p >It it safe to pass null as buffer and/or allocation. </p>
</div><!-- fragment --><p >It is safe to pass null as buffer and/or allocation. </p>
</div>
</div>
@ -1839,7 +1839,7 @@ Functions</h2></td></tr>
<p >This is just a convenience function equivalent to:</p>
<div class="fragment"><div class="line">vkDestroyImage(device, image, allocationCallbacks);</div>
<div class="line"><a class="code hl_function" href="group__group__alloc.html#ga5fea5518972ae9094b1526cbcb19b05f">vmaFreeMemory</a>(allocator, allocation);</div>
</div><!-- fragment --><p >It it safe to pass null as image and/or allocation. </p>
</div><!-- fragment --><p >It is safe to pass null as image and/or allocation. </p>
</div>
</div>