| void Spices::VulkanBuffer::Flush | ( | VkDeviceSize | size = VK_WHOLE_SIZE, |
| VkDeviceSize | offset = 0 ) const |
Flush the buffer's video memory data.
| [in] | size | The buffer size. |
| [in] | offset | The buffer video memory offset. |
Flush memory to update buffer's data.
Flush memory to update buffer's data.
Definition at line 213 of file VulkanBuffer.cpp.