vulkan: Bindings to the Vulkan graphics API.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Please see readme.md


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 1.0.0.0, 1.2.0.0, 1.3.0.0, 1.3.1.0, 1.3.2.0, 1.5.0.0, 1.5.1.0, 1.6.0.0, 1.7.0.0, 2.0.0.0, 2.0.0.1, 2.0.0.1, 2.1.0.0, 3.0.0.0, 3.1.0.0, 3.2.0.0, 3.3, 3.3.1, 3.4, 3.5, 3.6, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, 3.6.8, 3.6.9, 3.6.10, 3.6.11, 3.6.11.1, 3.6.12, 3.6.13, 3.6.14, 3.6.15, 3.7, 3.8, 3.8.1, 3.8.2, 3.8.3, 3.9, 3.9.1, 3.10, 3.10.1, 3.10.2, 3.10.3, 3.10.4, 3.11, 3.11.0.2, 3.11.1, 3.11.2, 3.11.3, 3.11.4, 3.11.4.1, 3.11.5, 3.12, 3.12.1, 3.12.2, 3.13, 3.13.1, 3.13.2, 3.13.3, 3.13.4, 3.14, 3.14.1, 3.14.2, 3.15, 3.16, 3.16.1, 3.16.2, 3.17, 3.21, 3.21.1, 3.22, 3.22.1, 3.23, 3.23.1, 3.23.2, 3.23.3, 3.23.4, 3.24, 3.24.1, 3.24.2, 3.24.3, 3.24.4, 3.24.5, 3.25, 3.26, 3.26.1
Change log changelog.md
Dependencies base (>=4.9 && <5), cpphs, vector-sized (>=0.1 && <1.1) [details]
License BSD-3-Clause
Copyright 2018 Joe Hermaszewski
Author Joe Hermaszewski
Maintainer live.long.and.prosper@monoid.al
Category Graphics
Home page http://github.com/expipiplus1/vulkan#readme
Source repo head: git clone https://github.com/expipiplus1/vulkan
Uploaded by jophish at 2018-04-21T06:29:34Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
xlib

Enable xlib specific extensions

Disabled
xlib_xrandr

Enable xlib_xrandr specific extensions

Disabled
xcb

Enable xcb specific extensions

Disabled
wayland

Enable wayland specific extensions

Disabled
mir

Enable mir specific extensions

Disabled
android

Enable android specific extensions

Disabled
win32

Enable win32 specific extensions

Disabled
vi

Enable vi specific extensions

Disabled
ios

Enable ios specific extensions

Disabled
macos

Enable macos specific extensions

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for vulkan-2.0.0.1

[back to package description]

Vulkan

Haskell bindings to the Vulkan graphics API

Building

This package requires GHC 8.0 or higher due to the use of the DuplicateRecordFields and Strict language extensions.

Current Status

All the core Vulkan 1.0 and 1.1 functionality is here as well as all the extensions.

This is currently a 64 bit only library.

Examples can be found here

Differences from the vulkan API

Bools are strongly typed, this doesn't prevent any valid usage apart from passing the numeric literals 0 and 1 to functions.

Ideas

TODO: Move these to issues:

Wrappers for passing in size, pointer pair Wrappers for passing in null terminated list

withXXX functions for create/destroy pairs.

Haddock tables soon: https://github.com/haskell/haddock/pull/718