MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / init_xlib_connection

Method init_xlib_connection

cube/cube.cpp:1300–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298#endif
1299#if defined(VK_USE_PLATFORM_XLIB_KHR)
1300const char *Demo::init_xlib_connection() {
1301 xlib_library = initialize_xlib();
1302 if (NULL == xlib_library) {
1303 return "Cannot load XLIB dynamic library.";
1304 }
1305 return NULL;
1306}
1307#endif
1308#if defined(VK_USE_PLATFORM_WAYLAND_KHR)
1309const char *Demo::init_wayland_connection() {

Callers

nothing calls this directly

Calls 1

initialize_xlibFunction · 0.85

Tested by

no test coverage detected