Sin descripción

Sky Thirteenth 2643f9dbf4 Merge pull request #5 from PolyplexEngine/master hace 7 años
source 8e38bd88b1 Clarify warning messages hace 8 años
.gitignore 7716204c20 Rename files hace 8 años
LICENSE.txt 63a9285edc initial draft hace 9 años
README.md 1168559e09 Update README.md hace 8 años
dub.json 59d1d6eaba Updated derelict-util version hace 7 años

README.md

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