Vulkan_api.Streamtype t = {command_pool : Vulkan_types.vk_command_pool;command_buffer : Vulkan_types.vk_command_buffer Ctypes.structure Ctypes.ptr;fence : Vulkan_types.vk_fence;device : Device.t;}val destroy : t -> unitval synchronize : t -> unitval default_streams : (int, t) Stdlib.Hashtbl.t