glPatchParameter

specifies the parameters for patch primitives

Signature

glPatchParameter( )->
glPatchParameterfv( GLenum ( pname ) , const GLfloat *( values ) )-> void
glPatchParameterfv( pname , values )
glPatchParameteri( GLenum ( pname ) , GLint ( value ) )-> void
glPatchParameteri( pname , value )

Parameters

VariablesDescription
pname
Specifies the name of the parameter to set. The symbolc constants GL_PATCH_VERTICES , GL_PATCH_DEFAULT_OUTER_LEVEL , and GL_PATCH_DEFAULT_INNER_LEVEL are accepted.
value
Specifies the new value for the parameter given by pname .
values
Specifies the address of an array containing the new values for the parameter given by pname .