未验证 提交 5ba4c25b 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #14594 from nikolas/patch-3

[docs] FXAAShader typo fix: immedates -> immediates
......@@ -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.
先完成此消息的编辑!
想要评论请 注册