未验证 提交 e7873a7f 编写于 作者: N nikolas 提交者: GitHub

[docs] FXAAShader typo fix: immedates -> immediates

上级 cddd8e66
......@@ -705,8 +705,8 @@ THREE.FXAAShader = {
" //",
" // Extra constants for 360 FXAA Console only.",
" // Use zeros or anything else for other platforms.",
" // These must be in physical constant registers and NOT immedates.",
" // Immedates will result in compiler un-optimizing.",
" // These must be in physical constant registers and NOT immediates.",
" // Immediates will result in compiler un-optimizing.",
" // {xyzw} = float4(1.0, -1.0, 0.25, -0.25)",
" FxaaFloat4 fxaaConsole360ConstDir",
") {",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册