MayaFlux 0.2.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 119 of file VKCommandManager.cpp.

120{
121 m_device.resetCommandPool(m_command_pool, vk::CommandPoolResetFlags {});
122}

References m_command_pool, and m_device.