| 62 | |
| 63 | template <> |
| 64 | inline BufferAllocation<vkb::BindingType::Cpp>::BufferAllocation(vkb::core::BufferCpp &buffer, vk::DeviceSize size, vk::DeviceSize offset) : |
| 65 | buffer(&buffer), |
| 66 | offset(offset), |
| 67 | size(size) |
| 68 | {} |
| 69 | |
| 70 | template <> |
| 71 | inline BufferAllocation<vkb::BindingType::C>::BufferAllocation(vkb::core::BufferC &buffer, VkDeviceSize size, VkDeviceSize offset) : |
nothing calls this directly
no outgoing calls
no test coverage detected