MayaFlux 0.4.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 175 of file VKCommandManager.cpp.

176{
177 m_device.resetCommandPool(m_command_pool, vk::CommandPoolResetFlags {});
178}

References m_command_pool, and m_device.