aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/webglrenderingcontext/compileshader
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/webglrenderingcontext/compileshader')
-rw-r--r--files/ja/web/api/webglrenderingcontext/compileshader/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/webglrenderingcontext/compileshader/index.html b/files/ja/web/api/webglrenderingcontext/compileshader/index.html
index 42101779c0..b021fb7cfe 100644
--- a/files/ja/web/api/webglrenderingcontext/compileshader/index.html
+++ b/files/ja/web/api/webglrenderingcontext/compileshader/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/WebGLRenderingContext/compileShader
---
<div>{{APIRef("WebGL")}}</div>
-<p><a href="/en-US/docs/Web/API/WebGL_API">WebGL API</a> の <strong>WebGLRenderingContext.compileShader()</strong> メソッドは、GLSL シェーダーをバイナリへコンパイルします。これは {{domxref("WebGLProgram")}} に使用することができます。</p>
+<p><a href="/ja/docs/Web/API/WebGL_API">WebGL API</a> の <strong>WebGLRenderingContext.compileShader()</strong> メソッドは、GLSL シェーダーをバイナリへコンパイルします。これは {{domxref("WebGLProgram")}} に使用することができます。</p>
<h2 id="構文">構文</h2>