| 1189 | } |
| 1190 | |
| 1191 | GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const* strings) |
| 1192 | { |
| 1193 | return glbinding::Binding::CreateShaderProgramv(type, count, strings); |
| 1194 | } |
| 1195 | |
| 1196 | GLuint glCreateShaderProgramvEXT(GLenum type, GLsizei count, const GLchar *const* strings) |
| 1197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected