UseProgram sets the active program. http://www.khronos.org/opengles/sdk/docs/man3/html/glUseProgram.xhtml
(p Program)
| 770 | // |
| 771 | // http://www.khronos.org/opengles/sdk/docs/man3/html/glUseProgram.xhtml |
| 772 | UseProgram(p Program) |
| 773 | |
| 774 | // ValidateProgram checks to see whether the executables contained in |
| 775 | // program can execute given the current OpenGL state. |