mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add explicit instantiation of SDObject serialiser
This commit is contained in:
@@ -776,6 +776,7 @@ void DoSerialise(SerialiserType &ser, SDChunk &el)
|
||||
}
|
||||
|
||||
INSTANTIATE_SERIALISE_TYPE(SDChunk);
|
||||
INSTANTIATE_SERIALISE_TYPE(SDObject);
|
||||
|
||||
// serialise the pointer version - special case for writing a structured file, so can assume writing
|
||||
template <class SerialiserType>
|
||||
|
||||
Reference in New Issue
Block a user