X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Fext_texture3d.glext;h=65cfe203f9d8abfd1c4a73b1da0b6fe200f72f52;hp=c1516184dd9801841fa874ef6a34e30bd2243434;hb=ff85f90d33023d908c534b0bf5d9a65e9fc2cce2;hpb=3297703b932007051decb2f1353b93a1a2d4157c diff --git a/extensions/ext_texture3d.glext b/extensions/ext_texture3d.glext index c1516184..65cfe203 100644 --- a/extensions/ext_texture3d.glext +++ b/extensions/ext_texture3d.glext @@ -1,2 +1,8 @@ extension EXT_texture3D -backport none +# 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