On linux we don't link to GLU library to avoid compatibility issues with libstdc++ FIXME: Implement this
| 26 | // libstdc++ |
| 27 | // FIXME: Implement this |
| 28 | const GLubyte* gluErrorString (GLenum error) |
| 29 | { |
| 30 | const char* gl_Error = "OpenGL Error"; |
| 31 | return (const GLubyte*)gl_Error; |
| 32 | } |
| 33 | #endif |
| 34 | |
| 35 | static void DrawQuad(void); |
no outgoing calls
no test coverage detected