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

Method Serialize

SampleFramework12/v1.00/Graphics/Model.h:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 template<typename TSerializer> void Serialize(TSerializer& serializer)
58 {
59 SerializeItem(serializer, Position);
60 SerializeItem(serializer, Normal);
61 SerializeItem(serializer, UV);
62 SerializeItem(serializer, Tangent);
63 SerializeItem(serializer, Bitangent);
64 }
65};
66
67enum class MaterialTextures

Callers

nothing calls this directly

Calls 1

SerializeItemFunction · 0.85

Tested by

no test coverage detected