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

◆ track_graphics_pipeline()

void MayaFlux::Core::BackendPipelineManager::track_graphics_pipeline ( const std::shared_ptr< VKGraphicsPipeline > &  pipeline)
private

Definition at line 153 of file BackendPipelineManager.cpp.

154{
155 m_managed_graphics_pipelines.push_back(pipeline);
156}
std::vector< std::shared_ptr< VKGraphicsPipeline > > m_managed_graphics_pipelines

References m_managed_graphics_pipelines.

Referenced by create_graphics_pipeline().

+ Here is the caller graph for this function: