MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / main

Function main

examples/TEST_Shaders.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259};
260
261int main()
262{
263 Example demo;
264 if (demo.Construct(1280, 720, 1, 1, false, false))
265 demo.Start();
266 return 0;
267}

Callers

nothing calls this directly

Calls 2

ConstructMethod · 0.80
StartMethod · 0.45

Tested by

no test coverage detected