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

◆ ~TabletBackend()

MayaFlux::Core::TabletBackend::~TabletBackend ( )
override

Definition at line 460 of file TabletBackend.cpp.

461{
462 if (m_initialized.load()) {
463 shutdown();
464 }
465}
std::atomic< bool > m_initialized
void shutdown() override
Shutdown and release all resources.

References m_initialized, and shutdown().

+ Here is the call graph for this function: