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

◆ apply_buffer_context()

template<typename T >
void MayaFlux::CreationHandle< T >::apply_buffer_context ( )
inlineprivate

Definition at line 160 of file Creator.hpp.

161 {
162 if (!*this)
163 return;
164
165 std::shared_ptr<Buffers::Buffer> buffer = std::static_pointer_cast<Buffers::Buffer>(*this);
166 register_buffer(buffer, m_ctx);
167 }
CreationContext m_ctx
Definition Creator.hpp:178
void register_buffer(const std::shared_ptr< Buffers::Buffer > &buffer, const CreationContext &ctx)
Definition Creator.cpp:65

References MayaFlux::CreationHandle< T >::m_ctx, and MayaFlux::register_buffer().

Referenced by MayaFlux::CreationHandle< T >::apply_if_ready().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: