Home | History | Annotate | Download | only in rendering

Lines Matching refs:linkStatus

237         GLint linkStatus = GL_FALSE;
238 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
239 if (linkStatus != GL_TRUE) {