| 24 | using namespace glbinding; |
| 25 | |
| 26 | void error(int errnum, const char * errmsg) |
| 27 | { |
| 28 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 29 | } |
| 30 | |
| 31 | |
| 32 | #include "../comparison/gltest_data.inl" |
nothing calls this directly
no outgoing calls
no test coverage detected