MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / Serialize

Method Serialize

SampleFramework11/v1.02/Graphics/Textures.h:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 template<typename TSerializer> void Serialize(TSerializer& serializer)
44 {
45 SerializeRawVector(serializer, Texels);
46 SerializeItem(serializer, Width);
47 SerializeItem(serializer, Height);
48 SerializeItem(serializer, NumSlices);
49 }
50};
51
52// Decode a texture and copies it to the CPU

Callers

nothing calls this directly

Calls 2

SerializeRawVectorFunction · 0.85
SerializeItemFunction · 0.85

Tested by

no test coverage detected