SharpVk
SharpVk copied to clipboard
Debug callback: convert uint64 to c# object
May it would be good to get a "real" object or null instead of the ulong @object. Is this possible?
public unsafe delegate Bool32 DebugReportCallbackDelegate(DebugReportFlags flags, ortObjectType objectType, ulong @object, Size location, int messageCode, string layerPrefix, string message, IntPtr userData);