标签: iphone opengl-es
如何在OpenGL ES(iPhone)中禁用mipmapping?
答案 0 :(得分:2)
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);