|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::VKGraphicsPipeline::bind_descriptor_sets | ( | vk::CommandBuffer | cmd, |
| std::span< vk::DescriptorSet > | sets, | ||
| uint32_t | first_set = 0 |
||
| ) |
Bind descriptor sets.
| cmd | Command buffer |
| sets | Descriptor sets to bind |
| first_set | First set index (for multiple sets) |
Definition at line 587 of file VKGraphicsPipeline.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, m_layout, MF_ERROR, and MF_WARN.