glLinkProgram

Links a program object

Signature

glLinkProgram( GLuint ( program ) )-> void
glLinkProgram( program )

Parameters

VariablesDescription
program
Specifies the handle of the program object to be linked.

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glLinkProgram
OpenGLContext OpenGLContext/scenegraph/shaders.py Lines: 471
{LGPL} PyMT pymt/graphx/shader.py Lines: 11, 42
{GPL3} OpenGL-Programmable 06-perpixel.py Lines: 98
{GPL3} OpenGL-Programmable 09-gles2.py Lines: 121
{GPL3} OpenGL-Programmable 10-gl3.2core.py Lines: 129
{GPL3} OpenGL-Programmable 08-pbo.py Lines: 107
{GPL3} OpenGL-Programmable 05-shader.py Lines: 90
{GPL3} OpenGL-Programmable 07-attrib.py Lines: 107