pub unsafe extern "C" fn get_device(
    devices: *mut Devices,
    index: u32
) -> DeviceRef
Expand description

Acquire a reference to a device from within a vk_Devices object.

@param devices a vk_Devices handle from which to get the reference @param index the index of the device within vk_Devices @return A reference to the device at the index. If any of the arguments is invalid/null, return an null reference.