Light | Dark

EmitVertex

Name

EmitVertex — emit a vertex to the first vertex stream

Declaration

void EmitVertex( void);
 

Description

Available only in the Geometry Shader, EmitVertex emits the current values of output variables to the current output primitive on the first (and possibly only) primitive stream.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10 3.20
EmitVertex - - -

See Also

EndPrimitive

Think you can improve this page? Edit this page on GitHub.