Documentation work

This commit is contained in:
Camilla Löwy
2016-12-11 14:42:05 +01:00
parent 6eae8f22dc
commit f656d95339
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -2428,6 +2428,8 @@ void _glfwPlatformGetRequiredInstanceExtensions(char** extensions)
extensions[0] = "VK_KHR_surface";
// NOTE: VK_KHR_xcb_surface is preferred due to some early ICDs exposing but
// not correctly implementing VK_KHR_xlib_surface
if (_glfw.vk.KHR_xcb_surface && _glfw.x11.x11xcb.handle)
extensions[1] = "VK_KHR_xcb_surface";
else