Updated README.md file (added link to fourth tutorial).

This commit is contained in:
plapins
2016-07-16 00:21:08 +02:00
parent 1570a40314
commit cdd862333c
2 changed files with 2 additions and 1 deletions

View File

@@ -223,7 +223,7 @@ namespace ApiWithoutSecrets {
VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR, // VkStructureType sType
nullptr, // const void *pNext
0, // VkXcbSurfaceCreateFlagsKHR flags
Window.Connection, // xcb_connection_t* connection
Window.Connection, // xcb_connection_t *connection
Window.Handle // xcb_window_t window
};