| 421 | |
| 422 | template <vkb::BindingType bindingType, typename HandleType> |
| 423 | inline void Allocated<bindingType, HandleType>::clear() |
| 424 | { |
| 425 | mapped_data = nullptr; |
| 426 | persistent = false; |
| 427 | allocation_create_info = {}; |
| 428 | } |
| 429 | |
| 430 | template <vkb::BindingType bindingType, typename HandleType> |
| 431 | inline typename Allocated<bindingType, HandleType>::BufferType Allocated<bindingType, HandleType>::create_buffer(BufferCreateInfoType const &create_info, DeviceSizeType alignment) |
no outgoing calls
no test coverage detected