demos/triangle: Destroy the window when escape is pressed.

This commit is contained in:
Henri Verbeet
2016-11-02 14:44:24 +01:00
parent f9805396d9
commit 169810d20d
5 changed files with 61 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ AC_CHECK_LIB([pthread], [pthread_create],
AC_CHECK_LIB([vulkan], [vkGetInstanceProcAddr], [], [AC_MSG_ERROR([libvulkan not found.])])
PKG_CHECK_MODULES([XCB], [xcb], [], [AC_MSG_ERROR[libxcb not found.]])
PKG_CHECK_MODULES([XCB], [xcb xcb-keysyms], [], [AC_MSG_ERROR[libxcb and/or libxcb-keysyms not found.]])
dnl Check for functions
VKD3D_CHECK_SYNC_ADD_AND_FETCH_FUNC