MayaFlux
0.2.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
378
of file
VKBuffer.hpp
.
379
{
380
auto
it =
m_pipeline_commands
.find(pipeline_id);
381
return
it !=
m_pipeline_commands
.end() ? it->second : 0;
382
}
MayaFlux::Buffers::VKBuffer::m_pipeline_commands
std::unordered_map< RenderPipelineID, CommandBufferID > m_pipeline_commands
Definition
VKBuffer.hpp:471
MayaFlux
Buffers
VKBuffer
Generated by
1.9.8