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

Function glCreateShader

source/glbinding/source/gl/functions_c.cpp:1176–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176GLuint glCreateShader(GLenum type)
1177{
1178 return glbinding::Binding::CreateShader(type);
1179}
1180
1181GLhandleARB glCreateShaderObjectARB(GLenum shaderType)
1182{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected