VkCreateDebugReportCallbackEXTNative typedef

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

Implementation

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