1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-07 06:38:50 -05:00

Fix declaration of dispatchable Vulkan handles

This commit is contained in:
Camilla Berglund 2016-02-16 21:40:01 +01:00
parent 440466524e
commit 96cdcec58a

View File

@ -98,8 +98,8 @@ typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGIPROC)(GLenum,GLuint);
#define VK_NULL_HANDLE 0
typedef GLFWuint64 VkInstance;
typedef GLFWuint64 VkPhysicalDevice;
typedef void* VkInstance;
typedef void* VkPhysicalDevice;
typedef GLFWuint64 VkSurfaceKHR;
typedef unsigned int VkFlags;
typedef unsigned int VkBool32;