mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fix declaration of dispatchable Vulkan handles
This commit is contained in:
parent
440466524e
commit
96cdcec58a
@ -98,8 +98,8 @@ typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGIPROC)(GLenum,GLuint);
|
|||||||
|
|
||||||
#define VK_NULL_HANDLE 0
|
#define VK_NULL_HANDLE 0
|
||||||
|
|
||||||
typedef GLFWuint64 VkInstance;
|
typedef void* VkInstance;
|
||||||
typedef GLFWuint64 VkPhysicalDevice;
|
typedef void* VkPhysicalDevice;
|
||||||
typedef GLFWuint64 VkSurfaceKHR;
|
typedef GLFWuint64 VkSurfaceKHR;
|
||||||
typedef unsigned int VkFlags;
|
typedef unsigned int VkFlags;
|
||||||
typedef unsigned int VkBool32;
|
typedef unsigned int VkBool32;
|
||||||
|
Loading…
Reference in New Issue
Block a user