File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# DerelictVulkan
2
- Vulkan api bindings
2
+ Dynamic Vulkan api bindings
3
3
4
4
Don't expect it to work until version 1.0.0
5
5
6
- Currently only _ Windows_ is supported.
7
- Feel free to make pull request for other OSes.
6
+ Currently only __ Windows__ and __ Posix__ (__ Xlib__ , __ XCB__ ) is supported.
7
+ Feel free to make pull request for other OSes.
8
+
9
+ On __ Posix__ to use __ Xlib__ or/and __ XCB__ specific functionality:
10
+ - Add required library to your dependencies list
11
+ - Add related version flag(s):
12
+ - ** VK_USE_PLATFORM_XLIB_KHR**
13
+ - ** VK_USE_PLATFORM_XCB_KHR**
Original file line number Diff line number Diff line change 8
8
"targetType" : " library" ,
9
9
"dependencies" : {
10
10
"derelict-util" : " >=1.0.0" ,
11
- "xlib-d" : " ~>0.1.1" ,
12
- "xcb-d" : " ~>2.1.0+1.11.1"
11
+ "xlib-d" : { "version" : " ~>0.1.1" , "optional" : true } ,
12
+ "xcb-d" : { "version" : " ~>2.1.0+1.11.1" , "optional" : true }
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments