| 54 | } |
| 55 | |
| 56 | void glBeginQueryARB(GLenum target, GLuint id) |
| 57 | { |
| 58 | return glbinding::Binding::BeginQueryARB(target, id); |
| 59 | } |
| 60 | |
| 61 | void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected