first commit
This commit is contained in:
12
inc/hgl/platform/Vulkan.h
Normal file
12
inc/hgl/platform/Vulkan.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef HGL_PLATFORM_VULKAN_INCLUDE
|
||||
#define HGL_PLATFORM_VULKAN_INCLUDE
|
||||
|
||||
#include<vulkan/vulkan.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
class Window;
|
||||
|
||||
VkSurfaceKHR CreateVulkanSurface(VkInstance,Window *);
|
||||
}//namespace hgl
|
||||
#endif//HGL_PLATFORM_VULKAN_INCLUDE
|
Reference in New Issue
Block a user