package tsdl

  1. Overview
  2. Docs

Module Sdl.VulkanSource

Sourceval load_library : string option -> unit result
Sourceval unload_library : unit -> unit

Instances

Sourcetype instance

The type for VkInstance.

Sourceval get_instance_extensions : window -> string list option
Sourceval unsafe_instance_of_ptr : nativeint -> instance
Sourceval unsafe_ptr_of_instance : instance -> nativeint

Surfaces

Sourcetype surface

The type for VkSurfaceKHR.

Sourceval create_surface : window -> instance -> surface option
Sourceval get_drawable_size : window -> int * int
Sourceval unsafe_surface_of_uint64 : uint64 -> surface
Sourceval unsafe_uint64_of_surface : surface -> uint64