Skip to content

Commit

Permalink
Mark WEBGL_compressed_texture_atc deprecated (#2805)
Browse files Browse the repository at this point in the history
We use *deprecated* now (rather than *obsolete*).
  • Loading branch information
sideshowbarker authored Mar 3, 2021
1 parent 69b0fa8 commit 5de2470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 id="Usage">Usage</h2>
<td>Yes</td>
</tr>
<tr>
<td>WEBGL_compressed_texture_atc {{Obsolete_Inline}}</td>
<td>WEBGL_compressed_texture_atc {{Deprecated_Inline}}</td>
<td>Not usable with compressedTexSubImage2D/copyTexSubImage2D.</td>
<td>No</td>
<td>No</td>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/webgl_api/constants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,7 @@ <h3 id="domxref(WEBGL_compressed_texture_etc1)">{{domxref("WEBGL_compressed_text
</tbody>
</table>

<h3 id="domxref(WEBGL_compressed_texture_atc)">{{domxref("WEBGL_compressed_texture_atc")}}{{Obsolete_Inline}}</h3>
<h3 id="domxref(WEBGL_compressed_texture_atc)">{{domxref("WEBGL_compressed_texture_atc")}}{{Deprecated_Inline}}</h3>

<table class="standard-table">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/webgl_api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3 id="Extensions">Extensions</h3>
<li>{{domxref("OVR_multiview2")}}</li>
<li>{{domxref("WEBGL_color_buffer_float")}}</li>
<li>{{domxref("WEBGL_compressed_texture_astc")}}</li>
<li>{{domxref("WEBGL_compressed_texture_atc")}}{{Obsolete_Inline}}</li>
<li>{{domxref("WEBGL_compressed_texture_atc")}}{{Deprecated_Inline}}</li>
<li>{{domxref("WEBGL_compressed_texture_etc")}}</li>
<li>{{domxref("WEBGL_compressed_texture_etc1")}}</li>
<li>{{domxref("WEBGL_compressed_texture_pvrtc")}}</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- WebGL
- WebGL extensions
---
<div>{{APIRef("WebGL")}}{{Obsolete_Header}}</div>
<div>{{APIRef("WebGL")}}{{Deprecated_Header}}</div>

<p>The <code><strong>WEBGL_compressed_texture_atc</strong></code> extension is part of the <a href="/en-US/docs/Web/API/WebGL_API">WebGL API</a> and exposes 3 ATC compressed texture formats. ATC is a proprietary compression algorithm for compressing textures on handheld devices.</p>

Expand Down

0 comments on commit 5de2470

Please sign in to comment.