2019-04-09 02:02:43 +08:00
|
|
|
|
#ifndef HGL_GRAPH_VULKAN_INCLUDE
|
|
|
|
|
#define HGL_GRAPH_VULKAN_INCLUDE
|
|
|
|
|
|
2019-04-11 02:29:21 +08:00
|
|
|
|
#include<hgl/type/List.h>
|
2019-04-09 02:02:43 +08:00
|
|
|
|
#include<vulkan/vulkan.h>
|
|
|
|
|
|
|
|
|
|
#define VK_NAMESPACE_BEGIN namespace hgl{namespace graph{namespace vulkan{
|
|
|
|
|
#define VK_NAMESPACE_END }}}
|
|
|
|
|
|
2019-04-11 02:29:21 +08:00
|
|
|
|
using CharPointerList=hgl::List<const char *>;
|
|
|
|
|
|
2019-04-09 02:02:43 +08:00
|
|
|
|
#endif//HGL_GRAPH_VULKAN_INCLUDE
|