X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Fext_texture_array.glext;h=d7f044bd8d4676afd17ada3ba5fc851937306953;hp=7051d8ebfd27340d55cbae7d45dbd2f0f6f1c071;hb=6a832fe1771f8c7bca0faa0d383fbbab062a1c56;hpb=55dbeb5e04516699b8415104e346243d5e4c48c9 diff --git a/extensions/ext_texture_array.glext b/extensions/ext_texture_array.glext index 7051d8eb..d7f044bd 100644 --- a/extensions/ext_texture_array.glext +++ b/extensions/ext_texture_array.glext @@ -1,2 +1,9 @@ extension EXT_texture_array -backport none +# 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