X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Fext_texture3d.glext;h=65cfe203f9d8abfd1c4a73b1da0b6fe200f72f52;hp=e9bc90bb5cb2931d44811fa2e612aefa5267570e;hb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6;hpb=587b88ea9730cee089428b6491b9b166a1793173 diff --git a/extensions/ext_texture3d.glext b/extensions/ext_texture3d.glext index e9bc90bb..65cfe203 100644 --- a/extensions/ext_texture3d.glext +++ b/extensions/ext_texture3d.glext @@ -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