diff --git a/xml/vk.xml b/xml/vk.xml
index e36e16f1a..1bad3c759 100755
--- a/xml/vk.xml
+++ b/xml/vk.xml
@@ -1030,36 +1030,36 @@ typedef void* MTLSharedEvent_id;
The PFN_vk*Function types are used by VkAllocationCallbacks below
- typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
+ typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);
- typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
+ typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);
- typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)(
+ typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)(
void* pUserData,
void* pOriginal,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);
- typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)(
+ typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)(
void* pUserData,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);
- typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
+ typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
void* pUserData,
void* pMemory);
The PFN_vkVoidFunction type are used by VkGet*ProcAddr below
- typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
+ typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
The PFN_vkDebugReportCallbackEXT type are used by the DEBUG_REPORT extension
- typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(
+ typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(
VkDebugReportFlagsEXT flags,
VkDebugReportObjectTypeEXT objectType,
uint64_t object,
@@ -1070,20 +1070,20 @@ typedef void* MTLSharedEvent_id;
void* pUserData);
The PFN_vkDebugUtilsMessengerCallbackEXT type are used by the VK_EXT_debug_utils extension
- typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)(
+ typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)(
VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
VkDebugUtilsMessageTypeFlagsEXT messageTypes,
const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData,
void* pUserData);
The PFN_vkFaultCallbackFunction type is used by VKSC_VERSION_1_0
- typedef void (VKAPI_PTR *PFN_vkFaultCallbackFunction)(
+ typedef void (VKAPI_PTR *PFN_vkFaultCallbackFunction)(
VkBool32 unrecordedFaults,
uint32_t faultCount,
const VkFaultData* pFaults);
The PFN_vkDeviceMemoryReportCallbackEXT type is used by the VK_EXT_device_memory_report extension
- typedef void (VKAPI_PTR *PFN_vkDeviceMemoryReportCallbackEXT)(
+ typedef void (VKAPI_PTR *PFN_vkDeviceMemoryReportCallbackEXT)(
const VkDeviceMemoryReportCallbackDataEXT* pCallbackData,
void* pUserData);
@@ -1093,7 +1093,7 @@ typedef void* MTLSharedEvent_id;
equivalent PFN_vkGetInstanceProcAddr type, even though
it is implicitly generated in the C header, because
that results in multiple definitions.
- typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddrLUNARG)(
+ typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetInstanceProcAddrLUNARG)(
VkInstance instance, const char* pName);
Struct types