API Reference / @gtkx/gl / validateProgram
Function: validateProgram()
validateProgram(
program):void
Defined in: generated/commands.d.ts:6681
void glValidateProgram(GLuint program)
Provided by GL_VERSION_2_0. Also known as glValidateProgramARB.
Parameters
program
number
GLuint, object class program
Returns
void