Basic ocaml types for vulkan and GUI libraries
  • OCaml 85%
  • C 15%
Find a file
2017-10-03 22:06:21 +02:00
generator Initial commit 2017-10-03 22:06:21 +02:00
support Initial commit 2017-10-03 22:06:21 +02:00
vulkan-kernel Initial commit 2017-10-03 22:06:21 +02:00
.gitignore Initial commit 2017-10-03 22:06:21 +02:00
LICENSE.md Initial commit 2017-10-03 22:06:21 +02:00
README.md Initial commit 2017-10-03 22:06:21 +02:00
vulkan-kernel.opam Initial commit 2017-10-03 22:06:21 +02:00

This tiny library is intended as a minimal compatibility library for libraries dealing with ocaml bindings to vulkan. It defines an instance and surface types, corresponding to VkInstance and VkSurfaceKHR types on the C side.

These two types are the minimal types required to be able to require an Vulkan surface from the underlying windows systems. They consequently do tend to appear in both Vulkan library and GUI library; thus this compatibility library.