| 35 | #define OPENCSG_HAS_EXT(name) GLEW_ ## name |
| 36 | |
| 37 | inline void initExtensionLibrary() |
| 38 | { |
| 39 | // implemented empty for historic reasons. In the past, it was |
| 40 | // expected that glewInit() was called from the external |
| 41 | // application. |
| 42 | } |
| 43 | |
| 44 | #else // OpenGL extension checking with glad. |
| 45 | // To avoid conflicts with other software |
no test coverage detected