Sky Thirteenth před 8 roky
rodič
revize
1168559e09
1 změnil soubory, kde provedl 9 přidání a 3 odebrání
  1. 9 3
      README.md

+ 9 - 3
README.md

@@ -1,7 +1,13 @@
 # DerelictVulkan
-Vulkan api bindings
+Dynamic Vulkan api bindings
 
 Don't expect it to work until version 1.0.0
 
-Currently only _Windows_ is supported. 
-Feel free to make pull request for other OSes.
+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**