Skip to content

Latest commit

 

History

History
 
 

openxr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

OpenXR Haskell bindings

Slightly high level Haskell bindings to the OpenXR API.

Please see the vulkan readme for information on using these bindings, the style is very similar.

Vulkan integration

The use-vulkan-types Cabal flag makes it so that Vulkan types are reexported in OpenXR.VulkanTypes from the vulkan package instead of being redefined in this package. It is enabled by default.