Hi, I loaded a texture with alpha value now i want to access pixel data of texture from the loaded texture. i know i can use getpixel to get a pixel value from a bitmap but its not efficient because every time i need a single pixel value i have to reload the bitmap and then recycle it. is their any api which can access already loaded texture data
-- 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

