Variable GL_LINK_STATUSConst

GL_LINK_STATUS: 35714 = 0x8b82

Passed to getProgramParameter after calling linkProgram to determine if a program was linked correctly. Returns false if there were errors. Use getProgramInfoLog to find the exact error.