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

◆ release_processing()

virtual void MayaFlux::Buffers::Buffer::release_processing ( )
pure virtual

Releases processing rights for the buffer.

This method is called to release the processing rights acquired by try_acquire_processing(). It allows other processing operations to access the buffer's data once the current operation is complete. The specific implementation may vary based on the buffer type and its processing backend.

Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.