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

◆ release_processing()

void MayaFlux::Buffers::VKBuffer::release_processing ( )
inlineoverridevirtual

Release previously acquired processing lock.

Implements MayaFlux::Buffers::Buffer.

Definition at line 203 of file VKBuffer.hpp.

204 {
205 m_is_processing.store(false, std::memory_order_release);
206 }
std::atomic< bool > m_is_processing
Definition VKBuffer.hpp:444