[Development] Qt5 build issue for Harmattan

Sean Harmer sean.harmer at kdab.com
Sat Aug 25 14:03:04 CEST 2012


On Saturday 25 August 2012 13:01:12 Sean Harmer wrote:
> On Saturday 25 August 2012 12:59:27 Laszlo Papp wrote:
> > > I am curious though, if GLchar is not present, how does that header
> > > declare
> > > the function glBindAttribLocation() which here has the declaration:
> > > 
> > > GL_APICALL void         GL_APIENTRY glBindAttribLocation (GLuint
> > > program,
> > > GLuint index, const GLchar* name);
> > 
> > GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const
> > char*
> > name);
> 
> OK thanks. So at least we know it is safe to assume car for GLchar on this
> platform.

s/car/char/





More information about the Development mailing list