MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / VideoMode

Method VideoMode

engine/src/program.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 int bpp;
29
30 VideoMode (){};
31 VideoMode (int w, int h, int bd)
32 {
33 width = w;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected