Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1176
GLuint glCreateShader(GLenum type)
1177
{
1178
return glbinding::Binding::CreateShader(type);
1179
}
1180
1181
GLhandleARB glCreateShaderObjectARB(GLenum shaderType)
1182
{
Callers
2
CubeScape
Method · 0.85
CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected