|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Portal::Graphics::RenderFlow::bind_descriptor_sets | ( | CommandBufferID | cmd_id, |
| RenderPipelineID | pipeline, | ||
| const std::vector< DescriptorSetID > & | descriptor_sets, | ||
| uint32_t | first_set = 0 |
||
| ) |
Bind descriptor sets.
| cmd_id | Command buffer ID |
| pipeline | Pipeline ID |
| descriptor_sets | Descriptor set IDs |
| first_set | First set index in pipeline layout (default: 0) |
Definition at line 814 of file RenderFlow.cpp.
References cmd, MayaFlux::Portal::Graphics::ShaderFoundry::get_command_buffer(), MayaFlux::Portal::Graphics::ShaderFoundry::get_descriptor_set(), m_pipelines, m_shader_foundry, MF_ERROR, MayaFlux::Journal::Portal, and MayaFlux::Journal::Rendering.
Here is the call graph for this function: