GLPASSTHROUGH(3G)GLPASSTHROUGH(3G)NAME
glPassThrough - place a marker in the feedback buffer
C SPECIFICATION
void glPassThrough( GLfloat token )
PARAMETERS
token Specifies a marker value to be placed in the feedback buffer following a GL_PASS_THROUGH_TOKEN.
DESCRIPTION
Feedback is a GL render mode. The mode is selected by calling glRenderMode with GL_FEEDBACK. When the GL is in feedback mode, no pixels
are produced by rasterization. Instead, information about primitives that would have been rasterized is fed back to the application using
the GL. See the glFeedbackBuffer reference page for a description of the feedback buffer and the values in it.
glPassThrough inserts a user-defined marker in the feedback buffer when it is executed in feedback mode. token is returned as if it were a
primitive; it is indicated with its own unique identifying value: GL_PASS_THROUGH_TOKEN. The order of glPassThrough commands with respect
to the specification of graphics primitives is maintained.
NOTES
glPassThrough is ignored if the GL is not in feedback mode.
ERRORS
GL_INVALID_OPERATION is generated if glPassThrough is executed between the execution of glBegin and the corresponding execution of glEnd.
ASSOCIATED GETS
glGet with argument GL_RENDER_MODE
SEE ALSO glFeedbackBuffer(3G), glRenderMode(3G)GLPASSTHROUGH(3G)
Check Out this Related Man Page
GLPASSTHROUGH(3G) OpenGL Manual GLPASSTHROUGH(3G)NAME
glPassThrough - place a marker in the feedback buffer
C SPECIFICATION
void glPassThrough(GLfloat token);
PARAMETERS
token
Specifies a marker value to be placed in the feedback buffer following a GL_PASS_THROUGH_TOKEN.
DESCRIPTION
Feedback is a GL render mode. The mode is selected by calling glRenderMode() with GL_FEEDBACK. When the GL is in feedback mode, no pixels
are produced by rasterization. Instead, information about primitives that would have been rasterized is fed back to the application using
the GL. See the glFeedbackBuffer() reference page for a description of the feedback buffer and the values in it.
glPassThrough inserts a user-defined marker in the feedback buffer when it is executed in feedback mode. token is returned as if it were a
primitive; it is indicated with its own unique identifying value: GL_PASS_THROUGH_TOKEN. The order of glPassThrough commands with respect
to the specification of graphics primitives is maintained.
NOTES
glPassThrough is ignored if the GL is not in feedback mode.
ERRORS
GL_INVALID_OPERATION is generated if glPassThrough is executed between the execution of glBegin() and the corresponding execution of
glEnd().
ASSOCIATED GETS
glGet() with argument GL_RENDER_MODE
SEE ALSO
glFeedbackBuffer(), glRenderMode()
COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see
http://oss.sgi.com/projects/FreeB/.
AUTHORS
opengl.org
opengl.org 06/10/2014 GLPASSTHROUGH(3G)
hi,
i am VERY new to UNIX. just wanted some help on a feedback form that i have hosted on a unix server. the feedback form is in asp and doesnt work on unix. any other language to get it working ?? HELP !!! (3 Replies)
Hi,
I created a new site called http://www.goodpassword.com to help users and adminstrators create good, random passwords. It also includes .htaccess encryption.
I'd be interested in feedback ie errors, improvements, additions etc.
thanks
DJay (0 Replies)
Hi
I'm looking for some feedback on kshdb, what are peoples general feeling about it etc.
Also has anyone used this as a test mechanism? I am thinking about trying to wrap a basic test script around this. (0 Replies)
Working with examples from a text I found online not quite getting the results I want. Hoping I could have someone look at them and give me some feedback.
Find is set to display contents of subdirectories correct? How do you repress that?
find ~ -size +9500k -mtime -7
This should display all... (8 Replies)
Heyas
I want to list passed arguments and make an incrementing 'marker'.
That 'marker' should be a letter between a-z, in proper order.
I'm not aware of a seq pendant, so i tried it with this:
C=141
list=""
while ];do
printf \\$C
list+=" \\$C"
C=$((C+1))
done
echo... (3 Replies)
Hello
Couldnt think of a better place than "What is on your Mind".
So me have that project https://www.unix.com/shell-programming-and-scripting/253496-tui-text-user-interface-framework-scripts.html. :b:
Eventhough i tried to describe it well in its thread and its README.md on github, i've... (15 Replies)