debug_report: Add DebugReportMessage function
This commit is contained in:
parent
3ca6b1236f
commit
05936a934a
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ typedef struct VkLayerInstanceDispatchTable_
|
|||
PFN_vkGetPhysicalDeviceSurfacePresentModesKHR GetPhysicalDeviceSurfacePresentModesKHR;
|
||||
PFN_vkCreateDebugReportCallbackLUNARG CreateDebugReportCallbackLUNARG;
|
||||
PFN_vkDestroyDebugReportCallbackLUNARG DestroyDebugReportCallbackLUNARG;
|
||||
PFN_vkDebugReportMessageLUNARG DebugReportMessageLUNARG;
|
||||
#ifdef VK_USE_PLATFORM_MIR_KHR
|
||||
PFN_vkCreateMirSurfaceKHR CreateMirSurfaceKHR;
|
||||
PFN_vkGetPhysicalDeviceMirPresentationSupportKHR GetPhysicalDeviceMirPresentationSupportKHR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue