MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / apply_writes

Method apply_writes

framework/core/descriptor_set.cpp:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void DescriptorSet::apply_writes() const
215{
216 vkUpdateDescriptorSets(device.get_handle(),
217 to_u32(write_descriptor_sets.size()),
218 write_descriptor_sets.data(),
219 0,
220 nullptr);
221}
222
223DescriptorSet::DescriptorSet(DescriptorSet &&other) :
224 device{other.device},

Callers 1

Calls 3

to_u32Function · 0.85
sizeMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected