Search code examples
iphoneopengl-estexturesmipmaps

Where is GL_TEXTURE_MIN_LOD on the iPhone?


Is there an equivalent ? Is it an iPhone limitation or an OpenGL version limitation ? I can't find the mipmap level feature anywhere.


Solution

  • ES 1.1 doesn't support it.

    Though you might check if your implementation has EXT_texture_lod_bias.