| 669 | } |
| 670 | |
| 671 | void glCompileShaderARB(GLhandleARB shaderObj) |
| 672 | { |
| 673 | return glbinding::Binding::CompileShaderARB(shaderObj); |
| 674 | } |
| 675 | |
| 676 | void glCompileShaderIncludeARB(GLuint shader, GLsizei count, const GLchar *const* path, const GLint * length) |
| 677 | { |
nothing calls this directly
no outgoing calls
no test coverage detected