|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Portal::Graphics::ShaderFoundry::update_descriptor_storage_image | ( | DescriptorSetID | descriptor_set_id, |
| uint32_t | binding, | ||
| vk::ImageView | image_view, | ||
| vk::ImageLayout | layout = vk::ImageLayout::eGeneral |
||
| ) |
Update descriptor set with storage image binding.
| descriptor_set_id | ID of descriptor set to update |
| binding | Binding index within the descriptor set |
| image_view | Vulkan image view to bind |
| layout | Image layout (default: eGeneral) |
Definition at line 630 of file ShaderFoundry.cpp.
References get_device(), and m_descriptor_sets.
Here is the call graph for this function: