MayaFlux 0.3.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 219 of file VKBuffer.hpp.

220 {
221 m_is_processing.store(false, std::memory_order_release);
222 }
std::atomic< bool > m_is_processing
Definition VKBuffer.hpp:530