@@ -53,22 +53,27 @@ rdcstr DoStringise(const ReplayStatus &el)
5353 STRINGISE_ENUM_CLASS_NAMED (InternalError, " Internal error" );
5454 STRINGISE_ENUM_CLASS_NAMED (FileNotFound, " File not found" );
5555 STRINGISE_ENUM_CLASS_NAMED (InjectionFailed, " RenderDoc injection failed" );
56- STRINGISE_ENUM_CLASS_NAMED (IncompatibleProcess, " Process is incompatible" );
56+ STRINGISE_ENUM_CLASS_NAMED (IncompatibleProcess,
57+ " Process is incompatible with this build of RenderDoc" );
5758 STRINGISE_ENUM_CLASS_NAMED (NetworkIOFailed, " Network I/O operation failed" );
5859 STRINGISE_ENUM_CLASS_NAMED (NetworkRemoteBusy, " Remote side of network connection is busy" );
5960 STRINGISE_ENUM_CLASS_NAMED (NetworkVersionMismatch, " Version mismatch between network clients" );
6061 STRINGISE_ENUM_CLASS_NAMED (FileIOFailed, " File I/O failed" );
61- STRINGISE_ENUM_CLASS_NAMED (FileIncompatibleVersion, " File of incompatible version" );
62- STRINGISE_ENUM_CLASS_NAMED (FileCorrupted, " File corrupted" );
62+ STRINGISE_ENUM_CLASS_NAMED (
63+ FileIncompatibleVersion,
64+ " Capture file incompatible due to being made on an different major version of RenderDoc" );
65+ STRINGISE_ENUM_CLASS_NAMED (FileCorrupted, " File is corrupted" );
6366 STRINGISE_ENUM_CLASS_NAMED (ImageUnsupported,
6467 " The image file is recognised but the format is unsupported" );
65- STRINGISE_ENUM_CLASS_NAMED (APIUnsupported, " API is unsupported" );
66- STRINGISE_ENUM_CLASS_NAMED (APIInitFailed, " API initialisation failed" );
67- STRINGISE_ENUM_CLASS_NAMED (APIIncompatibleVersion,
68- " Captured API data has an incompatible version" );
68+ STRINGISE_ENUM_CLASS_NAMED (APIUnsupported, " API used in this capture is unsupported" );
69+ STRINGISE_ENUM_CLASS_NAMED (APIInitFailed,
70+ " API initialisation failed while loading the capture" );
71+ STRINGISE_ENUM_CLASS_NAMED (
72+ APIIncompatibleVersion,
73+ " Captured API data was made on a newer incompatible version of RenderDoc" );
6974 STRINGISE_ENUM_CLASS_NAMED (
7075 APIHardwareUnsupported,
71- " Current hardware unsupported or incompatible with captured hardware" );
76+ " Current replaying hardware unsupported or incompatible with captured hardware" );
7277 STRINGISE_ENUM_CLASS_NAMED (APIDataCorrupted,
7378 " Replaying the capture encountered invalid/corrupted data" );
7479 STRINGISE_ENUM_CLASS_NAMED (APIReplayFailed, " Replaying the capture failed at the API level" );
0 commit comments