Skip to content

Commit 7bc917a

Browse files
committed
Add explicit instantiation of SDObject serialiser
1 parent 2d1c765 commit 7bc917a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderdoc/serialise/serialiser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ void DoSerialise(SerialiserType &ser, SDChunk &el)
776776
}
777777

778778
INSTANTIATE_SERIALISE_TYPE(SDChunk);
779+
INSTANTIATE_SERIALISE_TYPE(SDObject);
779780

780781
// serialise the pointer version - special case for writing a structured file, so can assume writing
781782
template <class SerialiserType>

0 commit comments

Comments
 (0)