On linux we dont link to GLU library to avoid comaptibility issues with libstdc++ FIXME: Implement this
| 27 | // libstdc++ |
| 28 | // FIXME: Implement this |
| 29 | const GLubyte* gluErrorString (GLenum error) |
| 30 | { |
| 31 | const char* gl_Error = "OpenGL Error"; |
| 32 | return (const GLubyte*)gl_Error; |
| 33 | } |
| 34 | #endif |
| 35 | |
| 36 | void * CreateGLTexture1DArray(size_t width, size_t length, |
no outgoing calls
no test coverage detected