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

Method finish

framework/vulkan_sample.h:695–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693
694template <vkb::BindingType bindingType>
695inline void VulkanSample<bindingType>::finish()
696{
697 Parent::finish();
698
699 if (device)
700 {
701 device->get_handle().waitIdle();
702 }
703}
704
705template <vkb::BindingType bindingType>
706inline void VulkanSample<bindingType>::extend_instance_create_info(vkb::StructureChainBuilder<bindingType, InstanceCreateInfoType> &scb) const

Callers 1

fatalErrorMethod · 0.45

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected