MCPcopy 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
34void doGLStuff(GLFWwindow * window)
35{
36 glViewport(0, 0, 320, 240);
37
38 #include "../comparison/gltest.inl"
39
40 glfwSwapBuffers(window);
41}
42
43int main()
44{

Callers 1

mainFunction · 0.85

Calls 1

glViewportFunction · 0.85

Tested by

no test coverage detected