OpenGL Extensions on Tegra 3 devices
问题 I wonder what new OpenGL ES extensions are on the new Tegra 3 devices? Anyone care to post their device name, OpenGL version and a list of extensions (Tegra 3 devices only, please)? I think other developers could use that too. On Android, you can do: String oglVersion = GLES20.glGetString(GLES20.GL_VERSION); String deviceName = GLES20.glGetString(GLES20.GL_RENDERER); String extensions = GLES20.glGetString(GLES20.GL_EXTENSIONS); Also, is there any real chance that the value of GL_MAX_VERTEX