MayaFlux 0.3.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 380 of file VKBuffer.hpp.

381 {
382 auto it = m_pipeline_commands.find(pipeline_id);
383 return it != m_pipeline_commands.end() ? it->second : 0;
384 }
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition VKBuffer.hpp:537