While specification states that texture lookup are available for both vertex shader and fragment shader not all GPU supports VTF (vertex texture fetch), you can check if GPU supports VTF by querying GL_MAX_VERTEX_TEXTURE_UNIT (which is allowed by GL ES specification to be 0).
-- 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

