Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
int 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
Construct
Method · 0.80
Start
Method · 0.45
Tested by
no test coverage detected