|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::VKDescriptorManager::batch_update | ( | vk::Device | device, |
| const std::vector< vk::WriteDescriptorSet > & | writes | ||
| ) |
Batch update multiple bindings at once.
| device | Logical device |
| writes | Vector of descriptor write operations |
More efficient than multiple individual updates when updating many bindings in the same set.
Definition at line 594 of file VKDescriptorManager.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, MF_DEBUG, and MF_WARN.