MCPcopy 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
151void glAttachShader(GLuint program, GLuint shader)
152{
153 return glbinding::Binding::AttachShader(program, shader);
154}
155
156
157} // namespace gl

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected