glValidateProgram Function

Syntax

GL_APICALL void GL_APIENTRY glValidateProgram(
     GLuint program
);

Parameters

Name Description
in program Program object

Return Values

No values are returned.

Description

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL