Nenhuma descrição

Felix Hufnagel fa9303be28 Merge pull request #3 from SKY-13th/hotfix/Fix_system_related_dependencies_issue 8 anos atrás
source 8e38bd88b1 Clarify warning messages 8 anos atrás
.gitignore 7716204c20 Rename files 8 anos atrás
LICENSE.txt 63a9285edc initial draft 9 anos atrás
README.md 1168559e09 Update README.md 8 anos atrás
dub.json a9c104d043 Fix system related dependencies issue 8 anos atrás

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