forked from vulkan-go/vulkan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-gen bindings using xlab/c-for-go@ddcfe26
- Loading branch information
Showing
7 changed files
with
3,243 additions
and
1,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS. | ||
|
||
// WARNING: This file has automatically been generated on Mon, 15 Oct 2018 01:04:16 +07. | ||
// WARNING: This file has automatically been generated on Tue, 05 Jan 2021 15:58:04 CET. | ||
// 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 int location, int messageCode, char* pLayerPrefix, char* pMessage, void* pUserData) { | ||
unsigned int PFN_vkDebugReportCallbackEXT_c918aac4(unsigned int flags, VkDebugReportObjectTypeEXT objectType, unsigned long int object, unsigned long int location, int messageCode, char* pLayerPrefix, char* pMessage, void* pUserData) { | ||
return debugReportCallbackFuncC918AAC4(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage, pUserData); | ||
} | ||
|
Oops, something went wrong.