MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Buffers::RootBuffer< BufferType >::PendingBufferOp Struct Reference

Structure for storing pending buffer add/remove operations. More...

#include <RootBuffer.hpp>

+ Collaboration diagram for MayaFlux::Buffers::RootBuffer< BufferType >::PendingBufferOp:

Public Attributes

std::atomic< bool > active { false }
 
std::shared_ptr< BufferType > buffer
 
bool is_addition { true }
 

Detailed Description

template<typename BufferType>
struct MayaFlux::Buffers::RootBuffer< BufferType >::PendingBufferOp

Structure for storing pending buffer add/remove operations.

Similar to RootNode's PendingOp, this handles buffer operations that need to be deferred when the buffer is currently processing.

Definition at line 320 of file RootBuffer.hpp.


The documentation for this struct was generated from the following file: