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.

Sean
--
Dr Sean Harmer | sean.har...@kdab.com | Senior Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - Qt Experts - Platform-independent software solutions
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to