暫無描述

Sky Thirteenth 92da336171 Merge pull request #8 from SKY-13th/feature/remove-redundant-library-dependency 7 年之前
source b72f43519b Remove redundant library dependency 7 年之前
.gitignore b72f43519b Remove redundant library dependency 7 年之前
LICENSE.txt 63a9285edc initial draft 9 年之前
README.md 1168559e09 Update README.md 8 年之前
dub.json b72f43519b Remove redundant library dependency 7 年之前

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