Browse Source

fix: Unify file name

xhwanlan 1 year ago
parent
commit
d8e1a0dd3e

+ 1 - 1
en/manual/graphics/effects-and-shaders/effect-language.md

@@ -90,7 +90,7 @@ The parameters behave like any variable. You can read and write their value, com
 You can create your own set of parameters using a structure definition syntax. 
 
 >[!Note]
->Even if they're defined in the XKFX file, don't forget the `using` statement when you want to use them.
+>Even if they're defined in the SDFX file, don't forget the `using` statement when you want to use them.
 
 ```cs
 params MyParameters

+ 1 - 1
jp/manual/graphics/effects-and-shaders/effect-language.md

@@ -157,7 +157,7 @@ You can create your own set of parameters using a structure definition syntax.
 
 <!--
 >[!Note]
->Even if they're defined in the XKFX file, don't forget the `using` statement when you want to use them.
+>Even if they're defined in the SDFX file, don't forget the `using` statement when you want to use them.
 -->
 
 ```cs