Zoadian / DerelictVulkan

Dynamic Vulkan api bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictVulkan

Dynamic Vulkan api bindings

Don't expect it to work until version 1.0.0

Currently only Windows and Posix(Xlib, XCB) is supported. Feel free to make pull request for other OSes.

On Posix to use Xlib or/and XCB specific functionality:

  • Add required library to your dependencies list
  • Add related version flag(s):
    • VK_USE_PLATFORM_XLIB_KHR
    • VK_USE_PLATFORM_XCB_KHR

About

Dynamic Vulkan api bindings

License:Boost Software License 1.0


Languages

Language:D 100.0%