MayaFlux 0.2.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 217 of file VKBuffer.hpp.

218 {
219 m_is_processing.store(false, std::memory_order_release);
220 }
std::atomic< bool > m_is_processing
Definition VKBuffer.hpp:464