MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ reset_pool()

void MayaFlux::Core::VKCommandManager::reset_pool ( )

Reset command pool (invalidates all allocated buffers)

Definition at line 108 of file VKCommandManager.cpp.

109{
110 m_device.resetCommandPool(m_command_pool, vk::CommandPoolResetFlags {});
111}

References m_command_pool, and m_device.