1 extension EXT_texture3D
2 # Packing into a 3D subimage is not supported on OpenGL ES
3 ignore GL_PACK_IMAGE_HEIGHT_EXT
4 ignore GL_PACK_SKIP_IMAGES_EXT
5 # Proxy textures are not available on OpenGL ES
6 ignore GL_PROXY_TEXTURE_3D_EXT
7 # Queries for texture dimensions were not introduced to OpenGL ES until 3.1
8 ignore GL_TEXTURE_DEPTH_EXT