Function VkInstanceCmds.CreateDebugReportCallbackEXT

Commands for VK_EXT_debug_report

VkResult CreateDebugReportCallbackEXT (
  VkInstance_T* instance,
  const(VkDebugReportCallbackCreateInfoEXT)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkDebugReportCallbackEXT_T** pCallback
);