Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ draw
Function
draw
source/examples/texture/main.cpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void draw()
66
{
67
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
68
69
glViewport(0, 0, g_size.x, g_size.y);
70
g_quad->draw();
71
}
72
73
74
void error(int errnum, const char * errmsg)
Callers
1
main
Function · 0.70
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected