Re: [android-developers] Re: OpenGL ES 2.0 question
Yes. I figured out what my problem was in this case. I was creating more texture image units than were provided by the phone, so only the last n image units worked. The SGS 2 has very few image units, apparently. Interestingly, making calls to invalid image units didn't raise any errors. Once I put resource management around image units everything started working as it should.
Thanks for the reply though!
Cheers
On 9/18/2011 6:11 PM, cybice wrote:
I do not understand step "5)" create a framebuffer and bind it to the texture from #3do you call glFramebufferTexture attaching texture as GL_COLOR_ATTACHMENTior what?--
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home