| 429 | } |
| 430 | |
| 431 | GLuint glGetCommandHeaderNV(GLenum tokenID, GLuint size) |
| 432 | { |
| 433 | return glbinding::Binding::GetCommandHeaderNV(tokenID, size); |
| 434 | } |
| 435 | |
| 436 | void glGetCompressedMultiTexImageEXT(GLenum texunit, GLenum target, GLint lod, void * img) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected