diff options
Diffstat (limited to 'files/ja/web/api/webglrenderingcontext/clearstencil/index.html')
-rw-r--r-- | files/ja/web/api/webglrenderingcontext/clearstencil/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/webglrenderingcontext/clearstencil/index.html b/files/ja/web/api/webglrenderingcontext/clearstencil/index.html index 86f8b110dd..3e08e2256e 100644 --- a/files/ja/web/api/webglrenderingcontext/clearstencil/index.html +++ b/files/ja/web/api/webglrenderingcontext/clearstencil/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/WebGLRenderingContext/clearStencil --- <div>{{APIRef("WebGL")}}</div> -<p><a href="/en-US/docs/Web/API/WebGL_API">WebGL API</a> の <strong><code>WebGLRenderingContext.clearStencil()</code></strong> メソッドは、ステンシルバッファーを消去する値を指定します。</p> +<p><a href="/ja/docs/Web/API/WebGL_API">WebGL API</a> の <strong><code>WebGLRenderingContext.clearStencil()</code></strong> メソッドは、ステンシルバッファーを消去する値を指定します。</p> <p>この指定は、{{domxref("WebGLRenderingContext.clear", "clear()")}} メソッドを呼ぶときに使用されるステンシルの値です。</p> |