MCPcopy Create free account
hub / github.com/OGRECave/ogre / writeData

Method writeData

OgreMain/src/OgreSerializer.cpp:220–223  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

218
219 //---------------------------------------------------------------------
220 void Serializer::writeData(const void* const buf, size_t size, size_t count)
221 {
222 mStream->write(buf, size * count);
223 }
224 //---------------------------------------------------------------------
225 void Serializer::writeString(const String& string)
226 {

Callers 15

updateVertexDataMethod · 0.45
createConvexHullMeshMethod · 0.45
loadQuake3LevelMethod · 0.45
saveMicrocodeCacheMethod · 0.45
endMethod · 0.45
_uploadMethod · 0.45
createPlaneMethod · 0.45
createCubeMethod · 0.45
writeDataFunction · 0.45
copyDataFunction · 0.45
createQuadMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected