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

◆ attach_quick_process_graphics()

std::shared_ptr< Buffers::BufferProcessor > MayaFlux::internal::attach_quick_process_graphics ( Buffers::GraphicsProcessingFunction  processor,
const std::shared_ptr< Buffers::VKBuffer > &  buffer 
)

Definition at line 21 of file Graph.cpp.

22 {
23 return get_buffer_manager()->attach_quick_process(std::move(processor), buffer, Buffers::ProcessingToken::GRAPHICS_BACKEND);
24 }
std::shared_ptr< Buffers::BufferManager > get_buffer_manager()
Gets the buffer manager from the default engine.
Definition Graph.cpp:111

References MayaFlux::get_buffer_manager(), and MayaFlux::Buffers::GRAPHICS_BACKEND.

Referenced by MayaFlux::attach_quick_process().

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