dp
Hi, I noticed that with NDK r7 I can no longer compile code containing
::glDrawTexiOES. The same compiles with NDK r6b. Why so?
dp
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
I'm sorry about the confusion.
Thanks!
devi prasad
bad
LOCAL_CFLAGS += -D GL_GLEXT_PROTOTYPES
A diff between the GLES/glext.h in the android-9 platform headers
distributed with r6b and r7 shows the guard across *OES prototypes.
Is this going to stick post-NDKr7? Are there any recommendations?
David - Sorry about the earlier post. FYI, I haven't filed a bug yet;
not sure if this is actually a bug :)
thanks
dp