MCPcopy Create free account
hub / github.com/cginternals/glbinding / glCreateShaderProgramv

Function glCreateShaderProgramv

source/glbinding/source/gl/functions_c.cpp:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const* strings)
1192{
1193 return glbinding::Binding::CreateShaderProgramv(type, count, strings);
1194}
1195
1196GLuint glCreateShaderProgramvEXT(GLenum type, GLsizei count, const GLchar *const* strings)
1197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected