glTexParameter on Android -> OpenGL Error -


i have strange problem when using above mentioned method:

gl.gltexparameterx(gl10.gl_texture_2d, gl10.gl_texture_mag_filter, gl10.gl_linear_mipmap_linear); 

while works great on android emulator open gl error on actual device (samsung galaxy). error gl_invalid_value (code 0x501).

why that?

gl_texture_mag_filter doesn't take anything other gl_nearest or gl_linear


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -