mojave man page for glprovokingvertex

Query: glprovokingvertex

OS: mojave

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GLPROVOKINGVERTEX(3G)						    OpenGL 3.3						     GLPROVOKINGVERTEX(3G)

NAME
glProvokingVertex - specifiy the vertex to be used as the source of data for flat shaded varyings
C SPECIFICATION
void glProvokingVertex(GLenum provokeMode);
PARAMETERS
provokeMode Specifies the vertex to be used as the source of data for flat shaded varyings.
DESCRIPTION
Flatshading a vertex shader varying output means to assign all vetices of the primitive the same value for that output. The vertex from which these values is derived is known as the provoking vertex and glProvokingVertex specifies which vertex is to be used as the source of data for flat shaded varyings. provokeMode must be either GL_FIRST_VERTEX_CONVENTION or GL_LAST_VERTEX_CONVENTION, and controls the selection of the vertex whose values are assigned to flatshaded varying outputs. The interpretation of these values for the supported primitive types is: If a vertex or geometry shader is active, user-defined varying outputs may be flatshaded by using the flat qualifier when declaring the output.
NOTES
glProvokingVertex is available only if the GL version is 3.2 or greater.
ERRORS
GL_INVALID_ENUM is generated if provokeMode is not an accepted value.
COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLPROVOKINGVERTEX(3G)
Related Man Pages
gltransformfeedbackvaryings(3g) - mojave
glshademodel(3g) - redhat
glprovokingvertex(3g) - centos
glshademodel(3g) - centos
glshademodel(3g) - xfree86
Similar Topics in the Unix Linux Community
Insert Delimiter at fixed locations in a flat file
Normalize Data and write to a flat file
Remove the footer from a flat file by searching a pattern
BASH - storing index value from another file
Sort flat file by 3rd column in perl