From f01e000024b5b050627ca22426e27a1ef7ca1539 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 2 Mar 2021 23:36:14 +0900 Subject: [PATCH] Mark WEBGL_compressed_texture_atc deprecated We use *deprecated* now (rather than *obsolete*). --- .../web/api/webgl_api/compressed_texture_formats/index.html | 2 +- files/en-us/web/api/webgl_api/constants/index.html | 2 +- files/en-us/web/api/webgl_api/index.html | 2 +- files/en-us/web/api/webgl_compressed_texture_atc/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/en-us/web/api/webgl_api/compressed_texture_formats/index.html b/files/en-us/web/api/webgl_api/compressed_texture_formats/index.html index 650b70b5d2f32cd..7230f9508e7dd11 100644 --- a/files/en-us/web/api/webgl_api/compressed_texture_formats/index.html +++ b/files/en-us/web/api/webgl_api/compressed_texture_formats/index.html @@ -36,7 +36,7 @@

Usage

Yes - WEBGL_compressed_texture_atc {{Obsolete_Inline}} + WEBGL_compressed_texture_atc {{Deprecated_Inline}} Not usable with compressedTexSubImage2D/copyTexSubImage2D. No No diff --git a/files/en-us/web/api/webgl_api/constants/index.html b/files/en-us/web/api/webgl_api/constants/index.html index 756c55af5854c88..feca66e16945a94 100644 --- a/files/en-us/web/api/webgl_api/constants/index.html +++ b/files/en-us/web/api/webgl_api/constants/index.html @@ -3473,7 +3473,7 @@

{{domxref("WEBGL_compressed_text -

{{domxref("WEBGL_compressed_texture_atc")}}{{Obsolete_Inline}}

+

{{domxref("WEBGL_compressed_texture_atc")}}{{Deprecated_Inline}}

diff --git a/files/en-us/web/api/webgl_api/index.html b/files/en-us/web/api/webgl_api/index.html index dabc02836e01581..650e00a78ad7209 100644 --- a/files/en-us/web/api/webgl_api/index.html +++ b/files/en-us/web/api/webgl_api/index.html @@ -81,7 +81,7 @@

Extensions

  • {{domxref("OVR_multiview2")}}
  • {{domxref("WEBGL_color_buffer_float")}}
  • {{domxref("WEBGL_compressed_texture_astc")}}
  • -
  • {{domxref("WEBGL_compressed_texture_atc")}}{{Obsolete_Inline}}
  • +
  • {{domxref("WEBGL_compressed_texture_atc")}}{{Deprecated_Inline}}
  • {{domxref("WEBGL_compressed_texture_etc")}}
  • {{domxref("WEBGL_compressed_texture_etc1")}}
  • {{domxref("WEBGL_compressed_texture_pvrtc")}}
  • diff --git a/files/en-us/web/api/webgl_compressed_texture_atc/index.html b/files/en-us/web/api/webgl_compressed_texture_atc/index.html index c4772795f034935..4f7b23fa42de920 100644 --- a/files/en-us/web/api/webgl_compressed_texture_atc/index.html +++ b/files/en-us/web/api/webgl_compressed_texture_atc/index.html @@ -7,7 +7,7 @@ - WebGL - WebGL extensions --- -
    {{APIRef("WebGL")}}{{Obsolete_Header}}
    +
    {{APIRef("WebGL")}}{{Deprecated_Header}}

    The WEBGL_compressed_texture_atc extension is part of the WebGL API and exposes 3 ATC compressed texture formats. ATC is a proprietary compression algorithm for compressing textures on handheld devices.