Create a buffer and allocate its memory. # Returns The buffer, its memory and the actual size in bytes of the allocated memory since in may differ from the requested size.
(
vk_context: &VkContext,
size: vk::DeviceSize,
usage: vk::BufferUsageFlags,
mem_properties: vk::MemoryPropertyFlags,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected