Serialise source debug flag for remote hosts. Closes #3076

This commit is contained in:
baldurk
2023-10-04 12:28:36 +01:00
parent 5afd960c93
commit 3d34391d92
+1
View File
@@ -271,6 +271,7 @@ void DoSerialise(SerialiserType &ser, ShaderDebugInfo &el)
SERIALISE_MEMBER(encoding);
SERIALISE_MEMBER(compiler);
SERIALISE_MEMBER(debuggable);
SERIALISE_MEMBER(sourceDebugInformation);
SERIALISE_MEMBER(debugStatus);
SIZE_CHECK(112);