Home | History | Annotate | Download | only in functional

Lines Matching full:linkstatus

562 		GLint linkStatus = -1;
563 glGetProgramiv(programObject, GL_LINK_STATUS, &linkStatus);
566 return (linkStatus == GL_TRUE);