Fixes for both C and C++ header generation

This commit is contained in:
Jon Leech
2019-03-21 04:09:20 -07:00
committed by Jon Leech
parent 71be0a4302
commit 7dbd74f044
3 changed files with 1451 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -288,12 +288,6 @@ typedef struct VkSurfaceCapabilitiesFullScreenExclusiveEXT {
VkBool32 fullScreenExclusiveSupported;
} VkSurfaceCapabilitiesFullScreenExclusiveEXT;
typedef struct VkPhysicalDeviceSurfaceInfo2KHR {
VkStructureType sType;
const void* pNext;
VkSurfaceKHR surface;
} VkPhysicalDeviceSurfaceInfo2KHR;
typedef struct VkSurfaceFullScreenExclusiveWin32InfoEXT {
VkStructureType sType;
const void* pNext;