mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-20 01:58:06 +00:00
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[PFN_vkDebugReportCallbackEXT,PFN_vkDebugReportCallbackEXT]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(
|
||
|
VkDebugReportFlagsEXT flags,
|
||
|
VkDebugReportObjectTypeEXT objectType,
|
||
|
uint64_t object,
|
||
|
size_t location,
|
||
|
int32_t messageCode,
|
||
|
const char* pLayerPrefix,
|
||
|
const char* pMessage,
|
||
|
void* pUserData);
|
||
|
|
||
|
------------------------------------------------------------------------------
|