Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ doGLStuff
Function
doGLStuff
source/examples/callbacks/main.cpp:34–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#include
"../comparison/gltest_data.inl"
33
34
void doGLStuff(GLFWwindow * window)
35
{
36
glViewport(0, 0, 320, 240);
37
38
#include
"../comparison/gltest.inl"
39
40
glfwSwapBuffers(window);
41
}
42
43
int main()
44
{
Callers
1
main
Function · 0.85
Calls
1
glViewport
Function · 0.85
Tested by
no test coverage detected