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

◆ attach_quick_process() [3/3]

template<typename F >
std::shared_ptr< Buffers::BufferProcessor > MayaFlux::attach_quick_process ( F &&  processor,
const std::shared_ptr< Buffers::VKBuffer > &  buffer 
)

Definition at line 376 of file Graph.hpp.

379{
380 return internal::attach_quick_process_graphics(
381 Buffers::GraphicsProcessingFunction { std::forward<F>(processor) },
382 buffer);
383}
std::function< void(const std::shared_ptr< VKBuffer > &)> GraphicsProcessingFunction
Graphics processing function - receives correctly-typed VKBuffer.

References MayaFlux::internal::attach_quick_process_graphics().

+ Here is the call graph for this function: