glValidateProgram Function
GL_APICALL void GL_APIENTRY glValidateProgram(
GLuint program
);
| Name | Description | |
|---|---|---|
| in | program | Program object |
Checks a program object for validity.
With DMPGL 2.0, applications are not required to explicitly call this function either for POD or for the production hardware.
CONFIDENTIAL