diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-24 17:07:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 17:07:46 +0300 |
commit | e87401f97c68764ae7070f305199af2f529c1def (patch) | |
tree | 8df9301a930995cdce2d7bb9907293d1f1e63fb9 /files/ru/web/api/webglrenderingcontext | |
parent | 2450ee1e637ca73e89c5f4c320e9d9195da35096 (diff) | |
download | translated-content-e87401f97c68764ae7070f305199af2f529c1def.tar.gz translated-content-e87401f97c68764ae7070f305199af2f529c1def.tar.bz2 translated-content-e87401f97c68764ae7070f305199af2f529c1def.zip |
[RU] Another live samples fixes (#2852)
Diffstat (limited to 'files/ru/web/api/webglrenderingcontext')
-rw-r--r-- | files/ru/web/api/webglrenderingcontext/index.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/files/ru/web/api/webglrenderingcontext/index.html b/files/ru/web/api/webglrenderingcontext/index.html index 60dd75cc89..fab75dd82e 100644 --- a/files/ru/web/api/webglrenderingcontext/index.html +++ b/files/ru/web/api/webglrenderingcontext/index.html @@ -319,24 +319,6 @@ var gl = canvas.getContext('webgl'); <dd>Returns an extension object.</dd> </dl> -<h2 id="Examples">Examples</h2> - -<h3 id="WebGL_context_feature_detection">WebGL context feature detection</h3> - -<p>{{page("/en-US/Learn/WebGL/By_example/Detect_WebGL", "summary")}}</p> - -<p>{{page("/en-US/Learn/WebGL/By_example/Detect_WebGL", "detect-webgl-source")}}</p> - -<p>{{EmbedLiveSample("detect-webgl-source", 660,150 ,"" , "Learn/WebGL/By_example/Detect_WebGL")}}</p> - -<h3 id="Effect_of_canvas_size_on_rendering_with_WebGL">Effect of canvas size on rendering with WebGL</h3> - -<p>{{page("/en-US/Learn/WebGL/By_example/Canvas_size_and_WebGL", "canvas-size-and-webgl-intro")}}</p> - -<p>{{page("/en-US/Learn/WebGL/By_example/Canvas_size_and_WebGL", "canvas-size-and-webgl-source")}}</p> - -<p>{{EmbedLiveSample("canvas-size-and-webgl-source", 660,180 ,"" , "Learn/WebGL/By_example/Canvas_size_and_WebGL")}}</p> - <h2 id="Specifications">Specifications</h2> <table class="standard-table"> |