@hackage vulkan3.26.4

Bindings to the Vulkan graphics API.

  • Installation

  • Dependencies (2)

  • Dependents (2)

    @hackage/keid-core, @hackage/keid-ui-dearimgui
  • Package Flags

      darwin-lib-dirs
       (on by default)

      Add default LunarG MoltenVK SDK paths to extra-lib-dirs when building on MacOS. Requires Cabal >=3.10.3.

      generic-instances
       (off by default)

      Derive Generic instances for all structs. Disabled by default because of code size and compile time impact.

      safe-foreign-calls
       (off by default)

      Do not mark foreign imports as unsafe. This means that callbacks from Vulkan to Haskell will work. If you are using these then make sure this flag is enabled.

      trace-calls
       (off by default)

      Inserts calls to Debug.Trace.traceEventIO around every Vulkan call.

Please see the readme