VkCreateDebugReportCallbackEXT typedef

VkCreateDebugReportCallbackEXT = int Function(Pointer<VkInstance> instance, Pointer<VkDebugReportCallbackCreateInfoEXT> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkDebugReportCallbackEXT>> pCallback)

Implementation

typedef VkCreateDebugReportCallbackEXT = int Function(
    Pointer<VkInstance> instance,
    Pointer<VkDebugReportCallbackCreateInfoEXT> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkDebugReportCallbackEXT>> pCallback);