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

◆ get_render_pipelines()

std::unordered_map< RenderPipelineID, std::shared_ptr< Core::Window > > MayaFlux::Buffers::VKBuffer::get_render_pipelines ( ) const
inline

Get all render pipelines associated with this buffer.

Returns
Map of RenderPipelineID to associated windows

Definition at line 361 of file VKBuffer.hpp.

362 {
363 return m_window_pipelines;
364 }
std::unordered_map< RenderPipelineID, std::shared_ptr< Core::Window > > m_window_pipelines
Definition VKBuffer.hpp:470