VkDebugReportMessageEXTNative typedef

VkDebugReportMessageEXTNative = Void Function(Pointer<VkInstance> instance, Uint32 flags, Int32 objectType, Uint64 object, Uint64 location, Int32 messageCode, Pointer<NativeType> pLayerPrefix, Pointer<NativeType> pMessage)

Implementation

typedef VkDebugReportMessageEXTNative = Void Function(
    Pointer<VkInstance> instance,
    Uint32 flags,
    Int32 objectType,
    Uint64 object,
    Uint64 location,
    Int32 messageCode,
    Pointer pLayerPrefix,
    Pointer pMessage);