| 153 | } |
| 154 | |
| 155 | void Binding::initialize(const glbinding::GetProcAddress functionPointerResolver, const bool resolveFunctions) |
| 156 | { |
| 157 | initialize(0, functionPointerResolver, true, resolveFunctions); |
| 158 | } |
| 159 | |
| 160 | void Binding::initialize( |
| 161 | const ContextHandle context |
nothing calls this directly
no test coverage detected