From 0fe0935e13eea22585151fa5f60fb1e91535b258 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 20 Apr 2019 00:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3XCB=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=9B=B4=E6=96=B0=E5=87=BD=E6=95=B0=E5=90=8D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/XCBWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Vulkan/XCBWindow.cpp b/example/Vulkan/XCBWindow.cpp index c7f9a426..4905e46a 100644 --- a/example/Vulkan/XCBWindow.cpp +++ b/example/Vulkan/XCBWindow.cpp @@ -122,7 +122,7 @@ namespace hgl }//namespace hgl VK_NAMESPACE_BEGIN -VkSurfaceKHR CreateSurface(VkInstance vk_inst,Window *win) +VkSurfaceKHR CreateRenderDevice(VkInstance vk_inst,Window *win) { XCBWindow *xcb_win=(XCBWindow *)win;