MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SerializeValue

Method SerializeValue

SampleFramework12/v1.00/Settings.h:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 operator uint32();
269
270 template<typename TSerializer> void SerializeValue(TSerializer& serializer)
271 {
272 Assert_(initialized);
273 SerializeItem(serializer, val);
274 if(serializer.IsReadSerializer())
275 val = std::min(val, numValues - 1);
276 }
277};
278
279// Templated enumeration setting

Callers

nothing calls this directly

Calls 2

SerializeItemFunction · 0.85
IsReadSerializerMethod · 0.45

Tested by

no test coverage detected