| 76 | |
| 77 | template <vkb::BindingType bindingType> |
| 78 | bool BufferAllocation<bindingType>::empty() const |
| 79 | { |
| 80 | return size == 0 || buffer == nullptr; |
| 81 | } |
| 82 | |
| 83 | template <vkb::BindingType bindingType> |
| 84 | typename vkb::core::Buffer<bindingType> &BufferAllocation<bindingType>::get_buffer() |
no outgoing calls