Skip to content

Commit

Permalink
Fix value for VK_MVK_macos_surface constant
Browse files Browse the repository at this point in the history
Value changed between MoltenVK 0.15 and 0.16 and GLFW was never updated.

Related to glfw#870.
  • Loading branch information
elmindreda committed Mar 3, 2018
1 parent 9c4f50a commit fe3967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ typedef enum VkStructureType
VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR = 1000006000,
VK_STRUCTURE_TYPE_MIR_SURFACE_CREATE_INFO_KHR = 1000007000,
VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR = 1000009000,
VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK = 1000053000,
VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK = 1000123000,
VK_STRUCTURE_TYPE_MAX_ENUM = 0x7FFFFFFF
} VkStructureType;

Expand Down

0 comments on commit fe3967e

Please sign in to comment.