glGenProgramPipelines

reserve program pipeline object names

Signature

glGenProgramPipelines( GLsizei ( n ) , GLuint *( pipelines ) )-> void
glGenProgramPipelines( n , pipelines )

Parameters

VariablesDescription
n
Specifies the number of program pipeline object names to reserve.
pipelines
Specifies an array of into which the reserved names will be written.