mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Updated README.md file (added link to fourth tutorial).
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user