MayaFlux 0.3.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 160 of file VKCommandManager.cpp.

161{
162 m_device.resetCommandPool(m_command_pool, vk::CommandPoolResetFlags {});
163}

References m_command_pool, and m_device.