X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/13027b2dbc5b77e5906584aefc2fc9f16047e471..f37e7e3da00d7a96241aae763b8835eef0fd232c:/upstream-doc/man3/xhtml/glLinkProgram.xml diff --git a/upstream-doc/man3/xhtml/glLinkProgram.xml b/upstream-doc/man3/xhtml/glLinkProgram.xml index fdbc3eb..3627ab3 100644 --- a/upstream-doc/man3/xhtml/glLinkProgram.xml +++ b/upstream-doc/man3/xhtml/glLinkProgram.xml @@ -1,7 +1,7 @@ -glLinkProgram - OpenGL 3.3 Reference Pages

Name

glLinkProgram — Links a program object

C Specification

void glLinkProgram(GLuint program);

Parameters

program

Specifies the handle of the program object to be linked.

Description

glLinkProgram links the program +glLinkProgram

Name

glLinkProgram — Links a program object

C Specification

void glLinkProgram(GLuint program);

Parameters

program

Specifies the handle of the program object to be linked.

Description

glLinkProgram links the program object specified by program. If any shader objects of type GL_VERTEX_SHADER are attached to program, they will be used to @@ -63,7 +63,7 @@ glTransformFeedbackVaryings specify the same varying variable.

  • The total number of components to capture in any transform feedback varying variable is greater than the constant GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS - and the buffer mode is GL_SEPARATE_ATTRIBS.

  • When a program object has been successfully linked, the + and the buffer mode is SEPARATE_ATTRIBS.

    When a program object has been successfully linked, the program object can be made part of current state by calling glUseProgram. Whether or not the link operation was successful, the program