From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- .../webglrenderingcontext/bindtexture/index.html | 31 +--------------------- .../web/api/webglrenderingcontext/clear/index.html | 20 +------------- 2 files changed, 2 insertions(+), 49 deletions(-) (limited to 'files/ru/web/api/webglrenderingcontext') diff --git a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html index 527dbcd2cb..9dd9cdce7b 100644 --- a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html +++ b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html @@ -60,36 +60,7 @@ gl.bindTexture(gl.TEXTURE_2D, texture);

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('WebGL', "#5.14.8", "bindTexture")}}{{Spec2('WebGL')}}Initial definition for WebGL.
{{SpecName('OpenGL ES 2.0', "glBindTexture.xml", "glBindTexture")}}{{Spec2('OpenGL ES 2.0')}}Man page of the (similar) OpenGL ES 2.0 API.
{{SpecName('WebGL2', "#3.7.1", "bindTexture")}}{{Spec2('WebGL2')}}Updated definition for WebGL 2.
- Adds: gl.TEXTURE_3D and gl.TEXTURE_2D_ARRAY
{{SpecName('OpenGL ES 3.0', "glBindTexture.xhtml", "glBindTexture")}}{{Spec2('OpenGL ES 3.0')}}Man page of the (similar) OpenGL ES 3.0 API.
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/webglrenderingcontext/clear/index.html b/files/ru/web/api/webglrenderingcontext/clear/index.html index 12e94de761..42f0053b23 100644 --- a/files/ru/web/api/webglrenderingcontext/clear/index.html +++ b/files/ru/web/api/webglrenderingcontext/clear/index.html @@ -54,25 +54,7 @@ gl.getParameter(gl.STENCIL_CLEAR_VALUE);

Спецификации

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('WebGL', "#5.14.11", "clear")}}{{Spec2('WebGL')}}Изначальное определение
{{SpecName('OpenGL ES 2.0', "glClear.xml", "glClear")}}{{Spec2('OpenGL ES 2.0')}}Справочная страница OpenGL API.
+{{Specifications}}

Совместимость с браузерами

{{Compat("api.WebGLRenderingContext.clear")}}

-- cgit v1.2.3-54-g00ecf