소스 검색

UNROLL_LOOP_INDEX -> UNROLLED_LOOP_INDEX

Garrett Johnson 4 년 전
부모
커밋
5c4f9db3e9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/api/en/materials/ShaderMaterial.html
  2. 1 1
      docs/api/zh/materials/ShaderMaterial.html

+ 1 - 1
docs/api/en/materials/ShaderMaterial.html

@@ -58,7 +58,7 @@
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 					</li>
 					</li>
 					<li>
 					<li>
-						The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+						The value *UNROLLED_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
 					</li>
 					</li>
 				</ul>
 				</ul>
 				<code>
 				<code>

+ 1 - 1
docs/api/zh/materials/ShaderMaterial.html

@@ -47,7 +47,7 @@
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
 					</li>
 					</li>
 					<li>
 					<li>
-						The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+						The value *UNROLLED_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
 					</li>
 					</li>
 				</ul>
 				</ul>
 				<code>
 				<code>