MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glLinkProgram

Function glLinkProgram

GTE/Graphics/GL46/GL46.cpp:3953–3969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951}
3952
3953void APIENTRY glLinkProgram(GLuint program)
3954{
3955 if (sglLinkProgram)
3956 {
3957 sglLinkProgram(program);
3958 ReportGLError("glLinkProgram");
3959 }
3960 else
3961 {
3962 ReportGLNullFunction("glLinkProgram");
3963 }
3964
3965#if defined(GTE_ENABLE_GLTRACE)
3966 gsTrace.Call("glLinkProgram", "",
3967 program);
3968#endif
3969}
3970
3971void APIENTRY glShaderSource(GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length)
3972{

Callers 1

LinkMethod · 0.85

Calls 3

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected