Vulkan_api.Event
type t = {
fence : Vulkan_types.vk_fence;
device : Device.t;
}
val create_with_device : Device.t -> t
val destroy : t -> unit
val record : 'a -> 'b -> unit
val synchronize : t -> unit
val elapsed : start:'a -> stop:'b -> float