MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / BaseEngine

Method BaseEngine

GTE/Graphics/BaseEngine.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace gte;
11
12BaseEngine::BaseEngine()
13 :
14 mXSize(0),
15 mYSize(0),
16 mClearDepth(1.0f),
17 mClearStencil(0)
18{
19 mClearColor.fill(1.0f);
20}
21
22void BaseEngine::SetFont(std::shared_ptr<Font> const& font)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected