| 139 | } |
| 140 | |
| 141 | void glAsyncMarkerSGIX(GLuint marker) |
| 142 | { |
| 143 | return glbinding::Binding::AsyncMarkerSGIX(marker); |
| 144 | } |
| 145 | |
| 146 | void glAttachObjectARB(GLhandleARB containerObj, GLhandleARB obj) |
| 147 | { |
nothing calls this directly
no outgoing calls
no test coverage detected