table of contents
| GLACTIVESHADERPROGRA(3G) | [FIXME: manual] | GLACTIVESHADERPROGRA(3G) | 
NAME¶
glActiveShaderProgram - set the active program object for a program pipeline objectC SPECIFICATION¶
void
  glActiveShaderProgram(GLuint pipeline,
  GLuint program);
PARAMETERS¶
pipelineSpecifies the program pipeline object to set
  the active program object for.
program
Specifies the program object to set as the
  active program pipeline object pipeline.
DESCRIPTION¶
ERRORS¶
SEE ALSO¶
COPYRIGHT¶
Copyright © 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/.| 05/30/2012 | [FIXME: source] |