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

◆ get_pipeline_command()

CommandBufferID MayaFlux::Buffers::VKBuffer::get_pipeline_command ( RenderPipelineID  pipeline_id) const
inline

Get recorded command buffer for a pipeline.

Definition at line 364 of file VKBuffer.hpp.

365 {
366 auto it = m_pipeline_commands.find(pipeline_id);
367 return it != m_pipeline_commands.end() ? it->second : 0;
368 }
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition VKBuffer.hpp:450