X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Farb_depth_texture.glext;h=16366a03ba166838733632fe2e968d2c58a1b333;hp=03a9725aaddee37a029d82d0283a7c636bcdc7fa;hb=9d1fa012a23693768bbe287371e97751c03acc50;hpb=0221e39a685c4f3122a0fae032a7888b5ce40579 diff --git a/extensions/arb_depth_texture.glext b/extensions/arb_depth_texture.glext index 03a9725a..16366a03 100644 --- a/extensions/arb_depth_texture.glext +++ b/extensions/arb_depth_texture.glext @@ -1 +1,14 @@ extension ARB_depth_texture +# We are ignoring most tokens in the extension and the remaining one was used +# for other purposes in earlier versions +gl:core_version 1.4 +gles2:core_version 3.0 +# Sized depth formats are better accessed through OES_required_internalformat +ignore GL_DEPTH_COMPONENT16_ARB +ignore GL_DEPTH_COMPONENT24_ARB +ignore GL_DEPTH_COMPONENT32_ARB +# Used to specify color channels to use when sampling depth textures where +# color samples are expected; deprecated +ignore GL_DEPTH_TEXTURE_MODE_ARB +# Texture component size queries are not available on OpenGL ES until 3.1 +ignore GL_TEXTURE_DEPTH_SIZE_ARB