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

Function AppDestroyXlibWindow

vulkaninfo/vulkaninfo.h:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966static void AppDestroyXlibWindow(AppInstance &inst) {
967 XDestroyWindow(inst.xlib_display, inst.xlib_window);
968 XCloseDisplay(inst.xlib_display);
969}
970#endif // VK_USE_PLATFORM_XLIB_KHR
971//-----------------------------------------------------------
972

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected