Skip to main content

alloc_buffer

Function alloc_buffer 

Source
pub fn alloc_buffer(
    ctx: DeviceContext<'_>,
    size: DeviceSize,
    usage: BufferUsageFlags,
    props: MemoryPropertyFlags,
) -> Result<(Buffer, DeviceMemory)>