MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CWallmarksEngine

Method CWallmarksEngine

ogsr_engine/Layers/xrRender/WallmarksEngine.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//////////////////////////////////////////////////////////////////////
60
61CWallmarksEngine::CWallmarksEngine()
62{
63 static_pool.reserve(256);
64 marks.reserve(256);
65 hGeom.create(FVF::F_LIT, RImplementation.Vertex.Buffer(), nullptr);
66}
67
68CWallmarksEngine::~CWallmarksEngine()
69{

Callers

nothing calls this directly

Calls 2

reserveMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected