glEdgeFlag

flag edges as either boundary or nonboundary

Signature

glEdgeFlag( GLboolean ( flag ) )-> void
glEdgeFlag( flag )
glEdgeFlagv( const GLboolean * ( flag ) )-> void
glEdgeFlagv( flag )

Parameters

VariablesDescription
flag
Specifies the current edge flag value, either GL_TRUE or GL_FALSE . The initial value is GL_TRUE .