From 127215100c0bfa6dec03a52281c44b69585cb527 Mon Sep 17 00:00:00 2001 From: HuYingzhuo Date: Tue, 16 Apr 2019 14:18:10 +0800 Subject: [PATCH] =?UTF-8?q?VK.h=E4=B8=AD=E5=87=BD=E6=95=B0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Vulkan=E4=B8=93=E7=94=A8=E5=90=8D=E5=AD=97=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E5=8C=85=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/VK.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/Vulkan/VK.h b/example/Vulkan/VK.h index be3f3836..6db8151d 100644 --- a/example/Vulkan/VK.h +++ b/example/Vulkan/VK.h @@ -8,8 +8,11 @@ #define VK_NAMESPACE_BEGIN namespace hgl{namespace graph{namespace vulkan{ #define VK_NAMESPACE_END }}} +VK_NAMESPACE_BEGIN using CharPointerList=hgl::List; +uint32_t GetStrideForFormat(const VkFormat &); + inline void debug_out(const hgl::List &layer_properties) { const int property_count=layer_properties.GetCount(); @@ -38,5 +41,5 @@ inline void debug_out(const hgl::List &extension_properti ++ep; } } - +VK_NAMESPACE_END #endif//HGL_GRAPH_VULKAN_INCLUDE