MayaFlux 0.1.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 347 of file VKBuffer.hpp.

348 {
349 return m_window_pipelines;
350 }
std::unordered_map< RenderPipelineID, std::shared_ptr< Core::Window > > m_window_pipelines
Definition VKBuffer.hpp:449