| 28 | { |
| 29 | template <vkb::BindingType bindingType> |
| 30 | class Buffer; |
| 31 | template <vkb::BindingType bindingType> |
| 32 | using BufferPtr = std::unique_ptr<Buffer<bindingType>>; |
| 33 | template <vkb::BindingType bindingType> |
nothing calls this directly
no outgoing calls
no test coverage detected