| 59 | } |
| 60 | |
| 61 | void glBeginQueryIndexed(GLenum target, GLuint index, GLuint id) |
| 62 | { |
| 63 | return glbinding::Binding::BeginQueryIndexed(target, index, id); |
| 64 | } |
| 65 | |
| 66 | void glBeginTransformFeedback(GLenum primitiveMode) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected