Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glAttachShader
Function
glAttachShader
source/glbinding/source/gl/functions_a.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
void glAttachShader(GLuint program, GLuint shader)
152
{
153
return glbinding::Binding::AttachShader(program, shader);
154
}
155
156
157
} // namespace gl
Callers
2
CubeScape
Method · 0.85
CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected