| 255 | |
| 256 | template <vkb::BindingType bindingType> |
| 257 | inline Buffer<bindingType>::~Buffer() |
| 258 | { |
| 259 | this->destroy_buffer(this->get_handle()); |
| 260 | } |
| 261 | |
| 262 | template <vkb::BindingType bindingType> |
| 263 | inline uint64_t Buffer<bindingType>::get_device_address() const |
nothing calls this directly
no test coverage detected