]> git.tdb.fi Git - libs/gl.git/blobdiff - extensions/ext_texture_array.glext
Make extensions compatible with OpenGL ES
[libs/gl.git] / extensions / ext_texture_array.glext
index a70989aa47230256ebfee90b6031c0f7aedd5b35..d7f044bd8d4676afd17ada3ba5fc851937306953 100644 (file)
@@ -1,3 +1,9 @@
 extension EXT_texture_array
-# We use the version from ARB_shadow
+# ARB_shadow has an equivalent enum and was introduced earlier
 ignore GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT
+# 1D textures are not available on OpenGL ES
+optional GL_TEXTURE_1D_ARRAY_EXT
+optional GL_TEXTURE_BINDING_1D_ARRAY_EXT
+# Proxy textures are not available on OpenGL ES
+ignore GL_PROXY_TEXTURE_1D_ARRAY_EXT
+ignore GL_PROXY_TEXTURE_2D_ARRAY_EXT