Skip to content

Commit

Permalink
Re-gen bindings using xlab/c-for-go@ddcfe26
Browse files Browse the repository at this point in the history
  • Loading branch information
lentus committed Jan 5, 2021
1 parent a536091 commit fc4636f
Show file tree
Hide file tree
Showing 7 changed files with 3,243 additions and 1,637 deletions.
4 changes: 2 additions & 2 deletions cgo_helpers.c
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);
}

Loading

0 comments on commit fc4636f

Please sign in to comment.