MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / End

Method End

deps/LLGL/sources/Renderer/Serialization.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Serializer::End()
63{
64 /* Store segment size */
65 const auto size = (pos_ - begin_ - g_segmentHeaderSize);
66 *reinterpret_cast<SizeType*>(&(data_[begin_ + sizeof(IdentType)])) = size;
67}
68
69void Serializer::WriteSegment(IdentType ident, const void* data, std::size_t size)
70{

Callers 15

DrawMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
MeasureTimeMethod · 0.45
RunMethod · 0.45
mainFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
OnDrawFrameMethod · 0.45

Calls

no outgoing calls

Tested by 8

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
MeasureTimeMethod · 0.36
RunMethod · 0.36
mainFunction · 0.36