Update this descriptor set.
Instance a VkWriteDescriptorSet.
Update DescriptorSet.
Instance a VkWriteDescriptorSet.
Update DescriptorSet.
358 {
360
362 {
366 VkWriteDescriptorSet write {};
367 write.sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET;
368 write.dstBinding = pair.first;
370 write.descriptorType = pair.second.descriptorType;
371 write.pBufferInfo = &bufferInfo[pair.first];
372 write.descriptorCount = 1;
373
378 }
379 }
#define SPICES_PROFILE_ZONE
std::unordered_map< uint32_t, VkDescriptorSetLayoutBinding > m_Bindings
The bindings this descriptor set in use.
VkDescriptorSet m_DescriptorSet
The VkDescriptorSet this class handled.
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.