Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ GLWindow
Method
GLWindow
engine/src/program.cpp:18–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#endif
17
18
GLWindow::GLWindow ()
19
{
20
window = nullptr;
21
glContext = nullptr;
22
borderWidth = 0;
23
borderHeight = 0;
24
}
25
26
GLWindow::~GLWindow ()
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected