| 82 | |
| 83 | template <vkb::BindingType bindingType> |
| 84 | inline Buffer<bindingType> BufferBuilder<bindingType>::build(vkb::core::Device<bindingType> &device) const |
| 85 | { |
| 86 | return Buffer<bindingType>{device, *this}; |
| 87 | } |
| 88 | |
| 89 | template <vkb::BindingType bindingType> |
| 90 | inline BufferPtr<bindingType> BufferBuilder<bindingType>::build_unique(vkb::core::Device<bindingType> &device) const |
no outgoing calls
no test coverage detected