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