aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/webglrenderingcontext/attachshader/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/webglrenderingcontext/attachshader/index.html')
-rw-r--r--files/ja/web/api/webglrenderingcontext/attachshader/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/webglrenderingcontext/attachshader/index.html b/files/ja/web/api/webglrenderingcontext/attachshader/index.html
index 3390fd85c8..d6deb487d5 100644
--- a/files/ja/web/api/webglrenderingcontext/attachshader/index.html
+++ b/files/ja/web/api/webglrenderingcontext/attachshader/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WebGLRenderingContext/attachShader
---
<div>{{APIRef("WebGL")}}</div>
-<p><a href="/en-US/docs/Web/API/WebGL_API">WebGL API</a> の <strong>WebGLRenderingContext.attachShader()</strong> メソッドは、フラグメントか頂点のどちらかの {{domxref("WebGLShader")}} を {{domxref("WebGLProgram")}} にアタッチします。</p>
+<p><a href="/ja/docs/Web/API/WebGL_API">WebGL API</a> の <strong>WebGLRenderingContext.attachShader()</strong> メソッドは、フラグメントか頂点のどちらかの {{domxref("WebGLShader")}} を {{domxref("WebGLProgram")}} にアタッチします。</p>
<h2 id="構文">構文</h2>