Jelajahi Sumber

Update README.md

Sky Thirteenth 8 tahun lalu
induk
melakukan
1168559e09
1 mengubah file dengan 9 tambahan dan 3 penghapusan
  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**