MayaFlux 0.5.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 461 of file VKBuffer.hpp.

462 {
463 auto it = m_pipeline_commands.find(pipeline_id);
464 return it != m_pipeline_commands.end() ? it->second : 0;
465 }
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition VKBuffer.hpp:649