]> git.tdb.fi Git - libs/gl.git/blobdiff - extensions/ext_texture3d.glext
Make extensions compatible with OpenGL ES
[libs/gl.git] / extensions / ext_texture3d.glext
index e9bc90bb5cb2931d44811fa2e612aefa5267570e..65cfe203f9d8abfd1c4a73b1da0b6fe200f72f52 100644 (file)
@@ -1 +1,8 @@
 extension EXT_texture3D
+# Packing into a 3D subimage is not supported on OpenGL ES
+ignore GL_PACK_IMAGE_HEIGHT_EXT
+ignore GL_PACK_SKIP_IMAGES_EXT
+# Proxy textures are not available on OpenGL ES
+ignore GL_PROXY_TEXTURE_3D_EXT
+# Queries for texture dimensions were not introduced to OpenGL ES until 3.1
+ignore GL_TEXTURE_DEPTH_EXT