diff options
| author | YONGH\yongh <yonghe@outlook.com> | 2017-10-19 18:20:29 -0400 |
|---|---|---|
| committer | YONGH\yongh <yonghe@outlook.com> | 2017-10-19 18:20:29 -0400 |
| commit | 5a18dc704a2f5eecebcbdd77682a40ba8316d253 (patch) | |
| tree | 4e4ac0f96ca2d9a7647f64e108498ea0d69c5acf | |
| parent | 8ff7412f988c77f21196b907820b94aa67eb6f21 (diff) | |
typo fix
| -rw-r--r-- | source/slang/glsl.meta.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/glsl.meta.slang b/source/slang/glsl.meta.slang index 878cea188..5cfb5e7c0 100644 --- a/source/slang/glsl.meta.slang +++ b/source/slang/glsl.meta.slang @@ -172,7 +172,7 @@ sb << "syntax patch : GLSLPatchModifier;\n"; // [GLSL 4.5] Interpolation Qualifiers sb << "syntax smooth : SimpleModifier;\n"; sb << "syntax flat : SimpleModifier;\n"; -sb << "syntax noperspectie : SimpleModifier;\n"; +sb << "syntax noperspective : SimpleModifier;\n"; // [GLSL 4.3.2] Constant Qualifier |
