From c648904cba74c89f01efe3f28ed70b7bd1b661ed Mon Sep 17 00:00:00 2001 From: Baldur Karlsson Date: Wed, 6 Aug 2014 15:42:33 +0100 Subject: [PATCH] DebugMessage description is an ascii string --- renderdocui/Interop/FetchInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };