Module Vulkan_plugin.Vulkan_base

Reuse the existing Vulkan implementation

include module type of struct include Vulkan_plugin_base.Vulkan end
val name : string
val version : int * int * int
val is_available : unit -> bool
val current_device_ref : Vulkan_api.Device.t option Stdlib.ref

Current device tracking for run_source

val enable_profiling : unit -> unit
val disable_profiling : unit -> unit