| 584 | |
| 585 | template <vkb::BindingType bindingType, typename HandleType> |
| 586 | inline const uint8_t *Allocated<bindingType, HandleType>::get_data() const |
| 587 | { |
| 588 | return mapped_data; |
| 589 | } |
| 590 | |
| 591 | template <vkb::BindingType bindingType, typename HandleType> |
| 592 | inline typename Allocated<bindingType, HandleType>::DeviceMemoryType Allocated<bindingType, HandleType>::get_memory() const |
no outgoing calls
no test coverage detected