forked from vulkan-go/vulkan
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcgo_helpers.c
More file actions
16 lines (11 loc) · 828 Bytes
/
cgo_helpers.c
File metadata and controls
16 lines (11 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.
// WARNING: This file has automatically been generated on Fri, 10 Feb 2023 11:56:02 PST.
// Code generated by https://git.io/c-for-go. DO NOT EDIT.
#include "_cgo_export.h"
#include "cgo_helpers.h"
unsigned int PFN_vkDebugReportCallbackEXT_c918aac4(unsigned int flags, VkDebugReportObjectTypeEXT objectType, unsigned long long object, unsigned long long location, int messageCode, char* pLayerPrefix, char* pMessage, void* pUserData) {
return debugReportCallbackFuncC918AAC4(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage, pUserData);
}
void PFN_vkDeviceMemoryReportCallbackEXT_e34d104c(VkDeviceMemoryReportCallbackDataEXT* pCallbackData, void* pUserData) {
deviceMemoryReportCallbackFuncE34D104C(pCallbackData, pUserData);
}