Re: [android-developers] Re: ICS Open GLES 1.0 | glTexImage2D + glTexSubImage2D not working?!
That is a GL_INVALID_VALUE error. If it's glTexImage2D that is causing
it then maybe you're using a non-power-of-two texture on a devices that
doesn't support it. Make sure you know which function is causing the
error then look it up in the man and see what conditions cause the error.
http://www.opengl.org/sdk/docs/man/xhtml/glTexImage2D.xml
On 23/12/2011 7:19 PM, AndroidYourself wrote:
> Im getting this glGetError = 1281
>
> Maybe this is a good hint for anyone to find a solution for this
> problem.
>
--
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