Hi everyone, I can't find the glPointSizePointerOES with the signature that takes an offset vs. a pointer:
glPointSizePointerOES(int type, int stride, int offset) The variant with a buffer is present but that forces me to create a separate nio buffer for the pointer instead of cumulating the vertex and color data and skipping between elements using stride and the offset. Of course vertex and color pointers both accept an offset, it's just glPointSizePointerOES that seems to be missing this useful option. The Java microediton with 1.1 extension support both signatures as you can see from this page: http://java.sun.com/javame/reference/apis/jsr239/javax/microedition/khronos/opengles/GL11.html#glPointSizePointerOES%28int,%20int,%20java.nio.Buffer%29 Thanks for letting me know if I am missing something. Philip -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

