Tuesday, August 16, 2011

[android-developers] modifying already loaded texture

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment