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

Method get

framework/core/allocated.h:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 ParentType{std::forward<Args>(args)...},
416 allocation_create_info(allocation_create_info)
417{}
418
419template <vkb::BindingType bindingType, typename HandleType>
420inline Allocated<bindingType, HandleType>::Allocated(HandleType handle, vkb::core::Device<bindingType> *device_) :
421 ParentType(handle, device_)
422{}
423

Callers 15

draw_modelMethod · 0.45
insertMethod · 0.45
update_guiMethod · 0.45
load_sceneMethod · 0.45
buffer_pool.hFile · 0.45
get_struct_implMethod · 0.45
physical_device.hFile · 0.45
get_bufferMethod · 0.45
get_componentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected