You can search for identifiers within the package.
in-package search v0.2.0
val load_library : string option -> unit result
SDL_Vulkan_LoadLibrary.
val unload_library : unit -> unit
SDL_Vulkan_UnloadLibrary.
type instance
The type for VkInstance.
val get_instance_extensions : window -> string list option
SDL_Vulkan_GetInstanceExtensions
val unsafe_instance_of_ptr : nativeint -> instance
val unsafe_ptr_of_instance : instance -> nativeint
type surface
The type for VkSurfaceKHR.
val create_surface : window -> instance -> surface option
SDL_Vulkan_CreateSurface.
val get_drawable_size : window -> int * int
SDL_GetDrawableSize
val unsafe_surface_of_uint64 : uint64 -> surface
val unsafe_uint64_of_surface : surface -> uint64