()
| 16 | import OpenGL.GLUT as glut |
| 17 | |
| 18 | def close(): |
| 19 | glut.glutDestroyWindow(glut.glutGetWindow()) |
| 20 | |
| 21 | def display(): |
| 22 | gl.glClear (gl.GL_COLOR_BUFFER_BIT | gl.GL_DEPTH_BUFFER_BIT) |
nothing calls this directly
no outgoing calls
no test coverage detected