| 71 | |
| 72 | template <> |
| 73 | inline BufferBuilder<vkb::BindingType::Cpp>::BufferBuilder(vk::DeviceSize size) : |
| 74 | ParentType(BufferCreateInfoType{.size = size}) |
| 75 | { |
| 76 | } |
| 77 | |
| 78 | template <> |
| 79 | inline BufferBuilder<vkb::BindingType::C>::BufferBuilder(VkDeviceSize size) : |
nothing calls this directly
no outgoing calls
no test coverage detected