|
Re: Initial texture parameters do not conforms to OpenGL ES 1.0 specification!
|
04/16/2009 7:37 AM
post27186
|
Re: Initial texture parameters do not conforms to OpenGL ES 1.0 specification!
Ok, looking at the source, min_filter is initialized to be:
GL_NEAREST_MIPMAP_LINEAR
and mag_filter is:
GL_LINEAR
I seen you second response here, and maybe there is corruption in the driver, and an "off by 1" indexing issue ...
-Derek
|
|
|