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

◆ set_pipeline_command()

void MayaFlux::Buffers::VKBuffer::set_pipeline_command ( RenderPipelineID  pipeline_id,
CommandBufferID  cmd_id 
)
inline

Store recorded command buffer for a pipeline.

Definition at line 454 of file VKBuffer.hpp.

456 {
457 m_pipeline_commands[pipeline_id] = cmd_id;
458 }
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition VKBuffer.hpp:633