mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
DebugMessage description is an ascii string
This commit is contained in:
@@ -316,7 +316,7 @@ namespace renderdoc
|
||||
public DebugMessageCategory category;
|
||||
public DebugMessageSeverity severity;
|
||||
public UInt32 messageID;
|
||||
[CustomMarshalAs(CustomUnmanagedType.WideTemplatedString)]
|
||||
[CustomMarshalAs(CustomUnmanagedType.AsciiTemplatedString)]
|
||||
public string description;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user