
Convert can't parse glext.h for the iOS 5.0 sdk
Posted Wednesday, 7 December, 2011 - 12:36 by rolf| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
It barks on lines like these:
GL_API GLvoid glPopGroupMarkerEXT(void) __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0);
(note the lack of GL_APIENTRY)
For reference the files are located in:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/ES1/glext.h


Comments
#1
double-clicked...