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

◆ has_render_pipeline()

bool MayaFlux::Buffers::VKBuffer::has_render_pipeline ( ) const
inline

Check if this buffer has a rendering pipeline configured.

Definition at line 338 of file VKBuffer.hpp.

339 {
340 return !m_window_pipelines.empty();
341 }
std::unordered_map< RenderPipelineID, std::shared_ptr< Core::Window > > m_window_pipelines
Definition VKBuffer.hpp:449