diff --git a/renderdocui/Interop/FetchInfo.cs b/renderdocui/Interop/FetchInfo.cs index 9286771bf..45d80e625 100644 --- a/renderdocui/Interop/FetchInfo.cs +++ b/renderdocui/Interop/FetchInfo.cs @@ -316,7 +316,7 @@ namespace renderdoc public DebugMessageCategory category; public DebugMessageSeverity severity; public UInt32 messageID; - [CustomMarshalAs(CustomUnmanagedType.WideTemplatedString)] + [CustomMarshalAs(CustomUnmanagedType.AsciiTemplatedString)] public string description; };