| 94 | // -------------------------------------------------------------------------------------------------------------------- |
| 95 | |
| 96 | static void notImplemented(const char* const name) |
| 97 | { |
| 98 | d_stderr2("OpenGL3 function not implemented: %s", name); |
| 99 | } |
| 100 | |
| 101 | // -------------------------------------------------------------------------------------------------------------------- |
| 102 | // Color |
no test coverage detected