MayaFlux 0.1.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 355 of file VKBuffer.hpp.

357 {
358 m_pipeline_commands[pipeline_id] = cmd_id;
359 }
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition VKBuffer.hpp:450