| 1199 | } |
| 1200 | |
| 1201 | void glCreateStatesNV(GLsizei n, GLuint * states) |
| 1202 | { |
| 1203 | return glbinding::Binding::CreateStatesNV(n, states); |
| 1204 | } |
| 1205 | |
| 1206 | GLsync glCreateSyncFromCLeventARB(_cl_context * context, _cl_event * event, GLbitfield flags) |
| 1207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected