13 lines
313 B
C
13 lines
313 B
C
#ifndef HGL_GRAPH_VULKAN_INCLUDE
|
|
#define HGL_GRAPH_VULKAN_INCLUDE
|
|
|
|
#include<hgl/type/List.h>
|
|
#include<vulkan/vulkan.h>
|
|
|
|
#define VK_NAMESPACE_BEGIN namespace hgl{namespace graph{namespace vulkan{
|
|
#define VK_NAMESPACE_END }}}
|
|
|
|
using CharPointerList=hgl::List<const char *>;
|
|
|
|
#endif//HGL_GRAPH_VULKAN_INCLUDE
|